diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-03-05 15:31:16 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-03-05 15:31:16 -0800 |
commit | 5ff6409a0856134a113c64768e4474e14a6c86ea (patch) | |
tree | 1d912e12b93c5c000ce504532960edb835a01545 /modules/gallery/helpers/graphics.php | |
parent | 3e80fe9228bcbfa01bf87da67a47cd3f284dff01 (diff) | |
parent | ca47b887f5bb8ad311c4ab7e4c71aace37ba88e9 (diff) |
Merge branch 'master' of git://github.com/colings/gallery3
Diffstat (limited to 'modules/gallery/helpers/graphics.php')
-rw-r--r-- | modules/gallery/helpers/graphics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/graphics.php b/modules/gallery/helpers/graphics.php index 72c563b7..04501132 100644 --- a/modules/gallery/helpers/graphics.php +++ b/modules/gallery/helpers/graphics.php @@ -169,7 +169,7 @@ class graphics_Core { } foreach (self::_get_rules($target) as $rule) { - $args = array($working_file, $output_file, unserialize($rule->args)); + $args = array($working_file, $output_file, unserialize($rule->args), $item); call_user_func_array($rule->operation, $args); $working_file = $output_file; } |