summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/helpers/graphics.php4
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());
}
}