Skip to content

Commit

Permalink
added safe validator for keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Feb 25, 2014
1 parent be54f24 commit 9ad28d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/gii/generators/extension/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public function rules()
],
'required'
],
[['keywords'], 'safe'],
[['authorEmail'], 'email'],
[
['vendorName', 'packageName'],
Expand Down

0 comments on commit 9ad28d9

Please sign in to comment.