From e1f04061b9ea1261ed8805ee52cd8764fe4d9494 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 17:01:19 -0400 Subject: ease up on the validation darcs-hash:20080520210119-84dde-a9b74a933bd45b2e6b2f96a53a1be55caa0f7912.gz --- classes/Notice.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'classes/Notice.php') diff --git a/classes/Notice.php b/classes/Notice.php index f742d4326..eb08dde52 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -50,9 +50,4 @@ class Notice extends DB_DataObject function validateContent() { return Validate::string($this->content, array('min_length' => 1, 'max_length' => 140)); } - - function validateUrl() { - return is_null($this->url) || (strlen($this->url) == 0) || - Validate::uri($this->url, array('allowed_schemes' => array('http', 'https'))); - } } -- cgit v1.2.3-54-g00ecf