summaryrefslogtreecommitdiff
path: root/modules/gallery/views/login.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/views/login.html.php')
-rw-r--r--modules/gallery/views/login.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/login.html.php b/modules/gallery/views/login.html.php
index 6695d564..961f44fa 100644
--- a/modules/gallery/views/login.html.php
+++ b/modules/gallery/views/login.html.php
@@ -8,7 +8,7 @@
</li>
<? else: ?>
<li class="first">
- <? if (Identity::is_writable()): ?>
+ <? if (identity::is_writable()): ?>
<?= t('Logged in as %name', array('name' => html::mark_clean(
'<a href="' . url::site("form/edit/users/{$user->id}") .
'" title="' . t("Edit Your Profile")->for_html_attr() .