Skip to content
Snippets Groups Projects
Commit 48d90326 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Fix custom functions

parent f5ef9134
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class RulesShippingFrameworkJoomla extends RulesShippingFramework {
$dispatcher = JDispatcher::getInstance();
$custfuncdefs = $dispatcher->trigger('onVmShippingRulesRegisterCustomFunctions',array());
return array ();
return $custfuncdefs;
}
protected function printWarning($message) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment