]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/template/menu/class_MenuTemplateEngine.php
Continued:
[core.git] / framework / main / classes / template / menu / class_MenuTemplateEngine.php
index a0f8af2cdc69d92055b2083c8bc4997b7092b007..777412745014f0538be020d2209812c03b37bbf9 100644 (file)
@@ -355,7 +355,7 @@ class MenuTemplateEngine extends BaseTemplateEngine implements CompileableTempla
 
                // Call the corresponding method
                //* DEBUG: */ echo "call: ".$methodName."<br />\n";
-               call_user_func_array(array($this, $methodName), array());
+               call_user_func_array(array($this, $methodName), []);
        }
 
        /**