mirror of
https://github.com/Pathduck/gallery3.git
synced 2024-10-29 21:07:18 -04:00
Merge branch 'master' of git@github.com:gallery/gallery3
This commit is contained in:
commit
61216b7205
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user