diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-01-15 17:23:55 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-01-15 17:23:55 +0000 |
commit | eac302f2255460c6d7e35f1d29c26d488089d6ea (patch) | |
tree | 10ff40ced870d4452103b2bf774420592fa84515 /templates | |
parent | 004add5e820c96f2384d1c793041a224f4ae7044 (diff) | |
download | semanticscuttle-eac302f2255460c6d7e35f1d29c26d488089d6ea.tar.gz semanticscuttle-eac302f2255460c6d7e35f1d29c26d488089d6ea.tar.bz2 |
Minor Fix
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@237 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r-- | templates/about.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.tpl.php b/templates/about.tpl.php index 96b5297..94a5492 100644 --- a/templates/about.tpl.php +++ b/templates/about.tpl.php @@ -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 ?> |