Minor Fix
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@237 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
004add5e82
commit
eac302f225
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ $this->includeTemplate($GLOBALS['top_include']);
|
|||
|
||||
|
||||
|
||||
<?php if(!is_null($currentObjectUser) && $currentObjectUser->isAdmin()): ?>
|
||||
<?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?>
|
||||
<li>SemanticScuttle v0.92</li>
|
||||
<?php endif ?>
|
||||
|
||||
|
|
Loading…
Reference in a new issue