]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/images/class_BaseImage.php
Merge branch 'contrib'
[core.git] / inc / classes / main / images / class_BaseImage.php
index 7a556111e88e49f4c37e737b578871c90345f358..52ed8b0a825d0eb1908b8f585d417381ff08ee8f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general image class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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());