users can comment videos and can like and dislike comments => a new production version
[living-lab-site.git] / application / config / form_validation.php
index a3f9df3..a52115c 100644 (file)
@@ -105,7 +105,7 @@ $config = array(
                array(
                        'field'=>'comment',
                        'label'=>'lang:video_comment',
-                       'rules'=>'trim|required|xss_clean|callback__is_user_loggedin|callback__do_comment'
+                       'rules'=>'trim|required|xss_clean|callback__is_user_loggedin'
                )
        )
 );