HTML/FlexyFramework.php
[pear] / HTML / FlexyFramework.php
index 968afdd..dc835dc 100755 (executable)
@@ -464,7 +464,8 @@ RewriteRule ^(.+)$ /web.hpasite/index.local.php [L,NC,E=URL:$1]
      * overlay array properties..
      */
     
-    function applyIf($prop, $ar) {
+    function applyIf($prop, $ar)
+    {
         if (!isset($this->$prop)) {
             $this->$prop = $ar;
             return;