]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebRegisterCommand.php
Application helper class rewritten, buildMasterTemplateName() method added, Manageabl...
[core.git] / inc / classes / main / commands / web / class_WebRegisterCommand.php
index c23b6476ea84b27982ca5408ebdec5e8694d04bc..778228a0af7046395ed423e6c10f327f5b684d5b 100644 (file)
@@ -73,7 +73,7 @@ class WebRegisterCommand extends BaseCommand implements Commandable, Registerabl
                $templateInstance->assignConfigVariable('base_url');
 
                // Load the master template
-               $masterTemplate = $appInstance->getMasterTemplate();
+               $masterTemplate = $appInstance->buildMasterTemplateName();
 
                // Load header template
                $templateInstance->loadCodeTemplate('header');
@@ -119,7 +119,7 @@ class WebRegisterCommand extends BaseCommand implements Commandable, Registerabl
         * @return      void
         */
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
-               // Empty class
+               // Empty method
        }
 }