summaryrefslogtreecommitdiff
path: root/modules/gallery/models/task.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/models/task.php')
-rw-r--r--modules/gallery/models/task.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/models/task.php b/modules/gallery/models/task.php
index 548e5f9c..f40be492 100644
--- a/modules/gallery/models/task.php
+++ b/modules/gallery/models/task.php
@@ -46,7 +46,7 @@ class Task_Model extends ORM {
}
public function owner() {
- return Identity::lookup_user($this->owner_id);
+ return identity::lookup_user($this->owner_id);
}
/**