Explorar o código

strlen of nothing is not nice. :P

Signed-off-by: emanuele <[email protected]>
emanuele %!s(int64=11) %!d(string=hai) anos
pai
achega
a3aad36e36
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Sources/Profile-Modify.php

+ 1 - 1
Sources/Profile-Modify.php

@@ -639,7 +639,7 @@ function loadProfileFields($force_reload = false)
 			'input_validate' => create_function('&$value', '
 				global $smcFunc;
 
-				if ($smcFunc[\'strlen\'] > 50)
+				if ($smcFunc[\'strlen\']($value) > 50)
 					return \'user_title_too_long\';
 
 				return true;