Browse Source

fixed code style

tags/2.0.0-beta
Antonio Ramirez 12 years ago
parent
commit
fc78398447
  1. 2
      yii/bootstrap/TypeAhead.php

2
yii/bootstrap/TypeAhead.php

@ -107,9 +107,11 @@ class TypeAhead extends Widget
}
if ($this->name === null)
{
throw new InvalidParamException(
get_class($this) . ' must specify "form", "model" and "attribute" or "name" property values'
);
}
return Html::textInput($this->name, '', $this->options);
}

Loading…
Cancel
Save