summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-31 09:42:25 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-31 09:42:25 -0700
commit61216b72050229f1edd397d8d41220cabef1c15a (patch)
treed3a295bef93d6f28ed89c2e97931b900cf251c25 /modules
parent69ef76530d1a37ba563859b61376bffa3db4d403 (diff)
parent41171c75bd937e08a36e846ed9d0af9ace84fe8f (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/models/log.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/models/log.php b/modules/gallery/models/log.php
index 4f6b8c4b..c816a4a7 100644
--- a/modules/gallery/models/log.php
+++ b/modules/gallery/models/log.php
@@ -28,6 +28,7 @@ class Log_Model extends ORM {
try {
return identity::lookup_user($this->user_id);
} catch (Exception $e) {
+ Kohana::log("alert", "Unable to load user with id $this->user_id");
return null;
}
} else {