diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-04 23:38:11 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-04 23:38:11 -0600 |
commit | 58dbee03e5ef44280fff57637c7b51e5d614ba66 (patch) | |
tree | 944bc3310efbda6a8a04f42918d31b68595f5ae7 /modules/gallery/helpers/task.php | |
parent | 9a55eb4df8346f9a81fbd4a1fb4daa7b807e80e0 (diff) | |
parent | b9a6cd45ba0b32a115dedd8b3fa3962eb82202e1 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers/task.php')
-rw-r--r-- | modules/gallery/helpers/task.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/helpers/task.php b/modules/gallery/helpers/task.php index 352fe522..9fa04305 100644 --- a/modules/gallery/helpers/task.php +++ b/modules/gallery/helpers/task.php @@ -84,6 +84,7 @@ class task_Core { } $task->save(); } catch (Exception $e) { + Kohana::log("error", $e->__toString()); $task->log($e->__toString()); $task->state = "error"; $task->done = true; |