summaryrefslogtreecommitdiff
path: root/modules/gallery/views/login_ajax.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/views/login_ajax.html.php')
-rw-r--r--modules/gallery/views/login_ajax.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/login_ajax.html.php b/modules/gallery/views/login_ajax.html.php
index 6ed40571..a9a9ef11 100644
--- a/modules/gallery/views/login_ajax.html.php
+++ b/modules/gallery/views/login_ajax.html.php
@@ -36,7 +36,7 @@
<li id="g-login-form">
<?= $form ?>
</li>
- <? if (Identity::is_writable()): ?>
+ <? if (identity::is_writable()): ?>
<li>
<a href="#" id="g-password-reset" class="g-right g-txt-small"><?= t("Forgot Your Password?") ?></a>
</li>