From: Roland Haeder Date: Sun, 5 Apr 2015 22:40:54 +0000 (+0200) Subject: Added 'base_url' X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=13247f2c28ecd86f9aea4d84961ace29d9cf7676 Added 'base_url' Signed-off-by: Roland Häder --- diff --git a/inc/classes/main/commands/class_BaseCommand.php b/inc/classes/main/commands/class_BaseCommand.php index 03c715ac..ee56b262 100644 --- a/inc/classes/main/commands/class_BaseCommand.php +++ b/inc/classes/main/commands/class_BaseCommand.php @@ -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();