- fix isMaintainer and isSuperMaintainer
- make the correct button appear in appview (be a maintainer/stop to be a maintainer) - make the list of maintained applications reappear on the left menu
This commit is contained in:
@@ -19,7 +19,7 @@ function global_sidebar_login() {
|
||||
|
||||
/* if this user maintains any applications list them */
|
||||
/* in their sidebar */
|
||||
$apps_user_maintains = getAppsFromUserId($_SESSION['current']->iUserid);
|
||||
$apps_user_maintains = getAppsFromUserId($_SESSION['current']->iUserId);
|
||||
if($apps_user_maintains)
|
||||
{
|
||||
$g->addmisc("");
|
||||
@@ -41,5 +41,4 @@ function global_sidebar_login() {
|
||||
$g->done();
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user