]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/images/class_BaseImage.php
Rewrite continued:
[core.git] / framework / main / classes / images / class_BaseImage.php
index da592594346e7579bbdc25836013909678c894d2..a42c6c110403725b4ce46fbf3e20fa52d59c38f6 100644 (file)
@@ -528,7 +528,7 @@ class BaseImage extends BaseFrameworkSystem implements Registerable {
                                // Walk through all groups
                                foreach ($templateInstance->getVariableGroups() as $group => $set) {
                                        // Set the group
-                                       $templateInstance->setVariableGroup($group, FALSE);
+                                       $templateInstance->setVariableGroup($group, false);
 
                                        // Compile image string
                                        $imageString = $templateInstance->compileRawCode($this->getString());