Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[core.git] / inc / classes / main / images / class_BaseImage.php
index 7a556111e88e49f4c37e737b578871c90345f358..cb7c8a887d2abd9dbc635a586897c852f336caee 100644 (file)
@@ -505,7 +505,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());