Added 'base_url'
authorRoland Haeder <roland@mxchange.org>
Sun, 5 Apr 2015 22:40:54 +0000 (00:40 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 5 Apr 2015 22:40:54 +0000 (00:40 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/commands/class_BaseCommand.php

index 03c715ac770693c635e974867cd1c2a21e191e8a..ee56b2629d0fc5b31d34e92cacd3cd9fa76d30f5 100644 (file)
@@ -53,6 +53,9 @@ class BaseCommand extends BaseFrameworkSystem {
                // Transfer application data
                $templateInstance->assignApplicationData($applicationInstance);
 
                // Transfer application data
                $templateInstance->assignApplicationData($applicationInstance);
 
+               // Assign base URL
+               $templateInstance->assignConfigVariable('base_url');
+
                // Load the master template
                $masterTemplate = $applicationInstance->buildMasterTemplateName();
 
                // Load the master template
                $masterTemplate = $applicationInstance->buildMasterTemplateName();