Browse Source

comparison swapped

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

2
yii/bootstrap/TypeAhead.php

@ -105,7 +105,7 @@ class TypeAhead extends Widget
)->textInput(); )->textInput();
} }
if (null === $this->name) if ($this->name === null)
throw new InvalidParamException( throw new InvalidParamException(
get_class($this) . ' must specify "form", "model" and "attribute" or "name" property values' get_class($this) . ' must specify "form", "model" and "attribute" or "name" property values'
); );

Loading…
Cancel
Save