diff options
author | Chad Parry <github@chad.parry.org> | 2011-06-15 20:15:20 -0600 |
---|---|---|
committer | Chad Parry <github@chad.parry.org> | 2011-06-15 20:15:20 -0600 |
commit | c76c4e654880a6e03d70522ed8427154d53c1590 (patch) | |
tree | 8ca8ca450df93c8567ef69c01b0d5613076332f4 /modules/gallery | |
parent | 1f464cb7d84a9c701f88ca3c8efb4c92e8de1151 (diff) |
Refer to "rules" not "filters"
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/helpers/graphics.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/helpers/graphics.php b/modules/gallery/helpers/graphics.php index 3b9769de..39c87fbd 100644 --- a/modules/gallery/helpers/graphics.php +++ b/modules/gallery/helpers/graphics.php @@ -174,8 +174,8 @@ class graphics_Core { call_user_func_array($rule->operation, $args); $working_file = $output_file; } catch (Exception $e) { - // Ignore this filter and move on. - Kohana_Log::add("error", "Caught exception filtering image: {$item->title}\n" . + // Ignore this rule and move on. + Kohana_Log::add("error", "Caught exception processing image: {$item->title}\n" . $e->getMessage() . "\n" . $e->getTraceAsString()); } } |