Changing our coding standards slightly:
[isso.git] / PrinterRootElementForm.php
index f818d1bef10dd20ce64a2395a0f6bfe496e6d9a9..d059585cfc1b63725dc728145c94271be18688da 100644 (file)
@@ -125,7 +125,7 @@ class BSPrinterRootElementForm extends BSPrinterRootElement
        {
                $builder = '';
                
-               foreach ($this->children AS $child)
+               foreach ($this->children as $child)
                {
                        $builder .= "\n" . $child->paint();
                }