updated
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -53,7 +53,7 @@ function display_page() { | ... | @@ -53,7 +53,7 @@ function display_page() { |
| 53 | $validation = new Notifications\Validation; | 53 | $validation = new Notifications\Validation; |
| 54 | 54 | ||
| 55 | $validation->set_rules('type','Notification Type','required'); | 55 | $validation->set_rules('type','Notification Type','required'); |
| 56 | $validation->set_rules('title','Description','trim|required|min_length[16]'); | 56 | $validation->set_rules('title','Description','trim|required|min_length[4]'); |
| 57 | $validation->set_rules('type','Notification Type','required'); | 57 | $validation->set_rules('type','Notification Type','required'); |
| 58 | $validation->set_rules('sendto','Send To','required'); | 58 | $validation->set_rules('sendto','Send To','required'); |
| 59 | 59 | ... | ... |
-
Please register or sign in to post a comment