summaryrefslogtreecommitdiff
path: root/modules/gallery/models/log.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/models/log.php')
-rw-r--r--modules/gallery/models/log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/models/log.php b/modules/gallery/models/log.php
index 1d639857..4f6b8c4b 100644
--- a/modules/gallery/models/log.php
+++ b/modules/gallery/models/log.php
@@ -26,7 +26,7 @@ class Log_Model extends ORM {
// This relationship depends on an outside module, which may not be present so handle
// failures gracefully.
try {
- return Identity::lookup_user($this->user_id);
+ return identity::lookup_user($this->user_id);
} catch (Exception $e) {
return null;
}