summaryrefslogtreecommitdiff
path: root/modules/tag/models
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tag/models')
-rw-r--r--modules/tag/models/tag.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/tag/models/tag.php b/modules/tag/models/tag.php
index 0718710d..a7355658 100644
--- a/modules/tag/models/tag.php
+++ b/modules/tag/models/tag.php
@@ -20,9 +20,6 @@
class Tag_Model extends ORM {
protected $has_and_belongs_to_many = array("items");
- var $rules = array(
- "name" => "required|length[1,64]");
-
/**
* Return all viewable items associated with this tag.
* @param integer $limit number of rows to limit result to