projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8a23b4
)
[ansel] fix parse error
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 22 Jan 2010 15:51:44 +0000
(10:51 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 22 Jan 2010 15:51:44 +0000
(10:51 -0500)
ansel/lib/Application.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Application.php
b/ansel/lib/Application.php
index
deec101
..
b8de797
100644
(file)
--- 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'
]);
+ }
}
/**