From fafc272085be0d62acb693b47ae9c86dc1c7a417 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 28 Feb 2016 22:00:54 -0500 Subject: Added new template hook for application settings page --- app/Validator/UserValidator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Validator') diff --git a/app/Validator/UserValidator.php b/app/Validator/UserValidator.php index d85d335f..e5953f30 100644 --- a/app/Validator/UserValidator.php +++ b/app/Validator/UserValidator.php @@ -17,10 +17,10 @@ class UserValidator extends Base /** * Common validation rules * - * @access private + * @access protected * @return array */ - private function commonValidationRules() + protected function commonValidationRules() { return array( new Validators\MaxLength('role', t('The maximum length is %d characters', 25), 25), -- cgit v1.2.3