]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/commands/class_BaseCommand.php
Continued:
[core.git] / framework / main / classes / commands / class_BaseCommand.php
index 12ae3690202b6adf0741dfd8ecce9478275a718a..d38a19797de73f5a8a82fe4454ef88f42e8975ce 100644 (file)
@@ -62,7 +62,7 @@ abstract class BaseCommand extends BaseFrameworkSystem {
                $templateInstance = $this->prepareTemplateInstance($applicationInstance);
 
                // Transfer application data
-               $templateInstance->assignApplicationData($applicationInstance);
+               $templateInstance->assignApplicationData();
 
                // Assign base URL
                $templateInstance->assignConfigVariable('base_url');