projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b2ee4e
)
These variables should not be static
author
Ben Klang
<bklang@mojolingo.com>
Tue, 1 Feb 2011 00:00:26 +0000
(19:00 -0500)
committer
Ben Klang
<bklang@mojolingo.com>
Tue, 1 Feb 2011 00:00:26 +0000
(19:00 -0500)
framework/Log/lib/Horde/Log/Handler/Syslog.php
patch
|
blob
|
history
diff --git
a/framework/Log/lib/Horde/Log/Handler/Syslog.php
b/framework/Log/lib/Horde/Log/Handler/Syslog.php
index
0354889
..
f9efd74
100644
(file)
--- a/
framework/Log/lib/Horde/Log/Handler/Syslog.php
+++ b/
framework/Log/lib/Horde/Log/Handler/Syslog.php
@@
-38,14
+38,14
@@
class Horde_Log_Handler_Syslog extends Horde_Log_Handler_Base
*
* @var string
*/
- protected
static
$_lastIdent;
+ protected $_lastIdent;
/**
* Last facility name set by a syslog-handler instance.
*
* @var string
*/
- protected
static
$_lastFacility;
+ protected $_lastFacility;
/**
* Map of log levels to syslog priorities.