diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/helpers/module.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/helpers/module.php b/modules/gallery/helpers/module.php index 8e203566..a27fdbc5 100644 --- a/modules/gallery/helpers/module.php +++ b/modules/gallery/helpers/module.php @@ -301,7 +301,6 @@ class module_Core { gallery_event::$function($args[0], $args[1], $args[2], $args[3]); break; default: - Kohana::log("error", "Number of arguments: " . count($args)); call_user_func_array(array("gallery_event", $function), $args); } } |