712216f5 by Kevin Burton

updated

1 parent ecabde8b
...@@ -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
......