projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7faeff8
)
Simplify
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 23 Dec 2009 06:39:14 +0000
(23:39 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 23 Dec 2009 06:39:14 +0000
(23:39 -0700)
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
631e010
..
cf1b5c1
100644
(file)
--- a/
framework/Core/lib/Horde.php
+++ b/
framework/Core/lib/Horde.php
@@
-89,6
+89,7
@@
class Horde
$priority = PEAR_LOG_INFO)
{
$logger = self::getLogger();
+
if ($logger === false) {
return;
}
@@
-151,8
+152,7
@@
class Horde
global $conf;
if (empty($conf['log']['enabled'])) {
- $ret = false;
- return $ret;
+ return false;
}
if (isset(self::$_logger)) {