Merge branch 'develop' of https://github.com/xpressengine/xe-core into develop

This commit is contained in:
ngleader 2013-11-23 12:34:03 +09:00
commit 18152b64fc

View file

@ -1565,6 +1565,8 @@ class menuAdminController extends menu
continue;
}
$htPerm[$grantName] = explode(',', $htPerm[$grantName]);
// users in a particular group
if(is_array($htPerm[$grantName]))
{