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

This commit is contained in:
Ralf Becker 2011-03-30 10:44:41 +00:00
parent 86e39b2ed1
commit bde05cf177

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;
}