Obsolete parameter 'applicationInstance' removed from all template engines
[core.git] / inc / classes / main / menu / class_BaseMenu.php
index 4dd1d9c4c4a00ea5c5092b0879c2f71c0a9a5536..32a57c06e94c1a98497a47f30d569e3e0c209a43 100644 (file)
@@ -41,7 +41,7 @@ class BaseMenu extends BaseFrameworkSystem {
         */
        public function renderMenu () {
                // Initialize the menu system by preparing it's template instance
-               $templateInstance = ObjectFactory::createObjectByConfiguredName('menu_template_class', array($this->getApplicationInstance(), $this));
+               $templateInstance = ObjectFactory::createObjectByConfiguredName('menu_template_class', array($this));
 
                // Set it for later use
                $this->setTemplateInstance($templateInstance);