diff options
Diffstat (limited to 'classes/Notice.php')
-rw-r--r-- | classes/Notice.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/classes/Notice.php b/classes/Notice.php index eb08dde52..de3477c76 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -46,8 +46,4 @@ class Notice extends DB_DataObject function getProfile() { return Profile::staticGet($this->profile_id); } - - function validateContent() { - return Validate::string($this->content, array('min_length' => 1, 'max_length' => 140)); - } } |