diff options
Diffstat (limited to 'modules/tag/models')
-rw-r--r-- | modules/tag/models/tag.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/models/tag.php b/modules/tag/models/tag.php index 37fd92fb..2a728131 100644 --- a/modules/tag/models/tag.php +++ b/modules/tag/models/tag.php @@ -21,7 +21,7 @@ class Tag_Model extends ORM { protected $has_and_belongs_to_many = array("items"); var $rules = array( - "name" => "required|length[4,32]"); + "name" => "required|length[1,64]"); /** * Return all viewable items associated with this tag. |