diff options
Diffstat (limited to 'modules/gallery')
| -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; | 
