Commit f5498c0e by niskac

Fixed a path I missed before the previous commit.

parent afe61d2b
......@@ -50,7 +50,7 @@ class BootActiveForm extends CActiveForm
public function inputRow($type, $model, $attribute, $data = null, $htmlOptions = array())
{
ob_start();
Yii::app()->controller->widget('ext.bootstrap.widgets.BootInput',array(
Yii::app()->controller->widget('bootstrap.widgets.BootInput',array(
'type'=>$type,
'form'=>$this,
'model'=>$model,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment