give everyone implicit rights for home app, to display home link again

This commit is contained in:
Ralf Becker 2011-03-30 10:44:11 +00:00
parent c801bdf99e
commit 05d3ca105a

View File

@ -658,6 +658,8 @@ class acl
}
$apps[$app] |= (int) $row['acl_rights'];
}
$apps['home'] = 1; // give everyone implicit rights for the home app
return $apps;
}