Fixed  Inline filter in member list in acp is not working

g0rn

Well-known member
Just noticed it became broken with beta 4.
To reproduce go to the admin.php?users/list, enter any letter to the Filter items field, you will get no results and a new error in a Server Error Log:
ErrorException: trim() expects parameter 1 to be string, array given - library\XenForo\ControllerAdmin\User.php:136
 
There is still a bug in Beta5 which prevents filtering from working (at least in Chrome).

In file js/xenforo/xenforo.js there are two occurences of "_coookieConfig" (undefined); replace lines 104 and 147 with:
Code:
				+ (XenForo._cookieConfig.domain ? '; domain=' + XenForo._cookieConfig.domain : '')

NB : btw this seems to have been fixed on this site.
 
Top Bottom