[ansel] fix parse error
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 22 Jan 2010 15:51:44 +0000 (10:51 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 22 Jan 2010 15:51:44 +0000 (10:51 -0500)
ansel/lib/Application.php

index deec101..b8de797 100644 (file)
@@ -74,8 +74,8 @@ class Ansel_Application extends Horde_Registry_Application
         // Get list of available styles for this client.
         $GLOBALS['ansel_styles'] = Ansel::getAvailableStyles();
         if ($logger = Horde::getLogger()) {
-            $GLOBALS['ansel_vfs']->setLogger($logger, $GLOBALS['conf']['log']['priority'
-        ]);
+            $GLOBALS['ansel_vfs']->setLogger($logger, $GLOBALS['conf']['log']['priority']);
+        }
     }
 
     /**