Added 'base_url'
[core.git] / 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);
 
+               // Assign base URL
+               $templateInstance->assignConfigVariable('base_url');
+
                // Load the master template
                $masterTemplate = $applicationInstance->buildMasterTemplateName();