浏览代码

and set an empty array if the user doesn't have any profile fields yet

Signed-off-by: Suki <[email protected]>
Suki 11 年之前
父节点
当前提交
5af2d19afd
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Sources/Load.php

+ 3 - 0
Sources/Load.php

@@ -1280,7 +1280,10 @@ function loadMemberCustomFields($users)
 		foreach ($context['display_fields'] as $custom)
 		{
 			if (!isset($custom['title']) || trim($custom['title']) == '' || empty($temp[$user]['options'][$custom['colname']]))
+			{
 				$return[$user] = array();
+				$memberContext[$user]['custom_fields'] = array();
+			}
 
 			else
 			{