瀏覽代碼

strlen of nothing is not nice. :P

Signed-off-by: emanuele <[email protected]>
emanuele 11 年之前
父節點
當前提交
a3aad36e36
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;