From d89028c7e4cc718dd97891634117c947bcde9a31 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 22 Jan 2010 10:51:44 -0500 Subject: [PATCH] [ansel] fix parse error --- ansel/lib/Application.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansel/lib/Application.php b/ansel/lib/Application.php index deec101e1..b8de79704 100644 --- a/ansel/lib/Application.php +++ b/ansel/lib/Application.php @@ -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']); + } } /** -- 2.11.0