summaryrefslogtreecommitdiff
path: root/modules/comment/models
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/models')
-rw-r--r--modules/comment/models/comment.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/comment/models/comment.php b/modules/comment/models/comment.php
index b1eb37b7..4c4a8729 100644
--- a/modules/comment/models/comment.php
+++ b/modules/comment/models/comment.php
@@ -21,5 +21,6 @@ class Comment_Model extends ORM {
var $rules = array(
"author" => "required",
"email" => "required|valid_email",
+ "url" => "valid_url",
"text" => "required");
}