Check for config variables first, than general to avoid a bug: If the same
[core.git] / inc / classes / main / images / class_BaseImage.php
index 18c565aaeace721647b331bd98aaa12c0c1b8263..578cee0fa740c6be425d078eb1d0b8bd1e274de1 100644 (file)
@@ -516,7 +516,7 @@ class BaseImage extends BaseFrameworkSystem implements Registerable {
                                        $size = $templateInstance->compileRawCode($this->getFontSize());
 
                                        // Set the image string
-                                       //* DEBUG: */ echo __METHOD__.": size={$size}, x={$x}, y={$y}, string={$imageString}<br />\n";
+                                       //* DEBUG: */ print __METHOD__.": size={$size}, x={$x}, y={$y}, string={$imageString}<br />\n";
                                        imagestring($this->getImageResource(), $size, $x, $y, $imageString, $foreColor);
                                } // END - foreach
                                break;