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 2d8119d0..6695d564 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 (user::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() .