diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-05 06:51:27 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-05 06:51:27 -0700 |
commit | 2f63a5379f668188d4e1a46231246a25445e40fa (patch) | |
tree | 40f18712ebff843b2623639cc36321df58ce06e0 /modules/gallery/helpers/task.php | |
parent | a25f08d433d504a53763feb358a1aa7f5f798de6 (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; |