summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/task.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-08-04 23:38:11 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-08-04 23:38:11 -0600
commit58dbee03e5ef44280fff57637c7b51e5d614ba66 (patch)
tree944bc3310efbda6a8a04f42918d31b68595f5ae7 /modules/gallery/helpers/task.php
parent9a55eb4df8346f9a81fbd4a1fb4daa7b807e80e0 (diff)
parentb9a6cd45ba0b32a115dedd8b3fa3962eb82202e1 (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.php1
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;