summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/site_status.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/helpers/site_status.php')
-rw-r--r--modules/gallery/helpers/site_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/site_status.php b/modules/gallery/helpers/site_status.php
index b7c6de9a..2b090776 100644
--- a/modules/gallery/helpers/site_status.php
+++ b/modules/gallery/helpers/site_status.php
@@ -95,7 +95,7 @@ class site_status_Core {
* @return html text
*/
static function get() {
- if (!user::active()->admin) {
+ if (!identity::active_user()->admin) {
return;
}
$buf = array();