summaryrefslogtreecommitdiffstatshomepage
path: root/templates/about.tpl.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-01-15 17:23:55 +0000
committerGravatar mensonge2009-01-15 17:23:55 +0000
commiteac302f2255460c6d7e35f1d29c26d488089d6ea (patch)
tree10ff40ced870d4452103b2bf774420592fa84515 /templates/about.tpl.php
parent004add5e820c96f2384d1c793041a224f4ae7044 (diff)
downloadscuttle-eac302f2255460c6d7e35f1d29c26d488089d6ea.tar.gz
scuttle-eac302f2255460c6d7e35f1d29c26d488089d6ea.zip
Minor Fix
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@237 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/about.tpl.php')
-rw-r--r--templates/about.tpl.php2
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 ?>