Search found 1 match

by Kaffeetrinker
16 Mar 2007, 23:29
Forum: Help
Topic: Project Admin vs. Global Admin Navigation Fix
Replies: 1
Views: 5154

Project Admin vs. Global Admin Navigation Fix

Hi there

here is a small fix for the current CVS Version (HEAD):

File: core/html_api.php
Search at Line 541:
if ( access_has_project_level( ADMINISTRATOR, $t_current_project ) ) {
Replace with:
if ( access_has_global_level( ADMINISTRATOR ) ) {

Problem was:
A user with Administration Role (in ...