Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Ramirez committed Oct 26, 2012
1 parent 227047a commit f06d159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gii/bootstrap/BootstrapCode.php
Expand Up @@ -8,7 +8,7 @@

Yii::import('gii.generators.crud.CrudCode');

class BootstrapCode extendS CrudCode
class BootstrapCode extends CrudCode
{
public function generateActiveRow($modelClass, $column)
{
Expand Down

0 comments on commit f06d159

Please sign in to comment.