These variables should not be static
authorBen Klang <bklang@mojolingo.com>
Tue, 1 Feb 2011 00:00:26 +0000 (19:00 -0500)
committerBen Klang <bklang@mojolingo.com>
Tue, 1 Feb 2011 00:00:26 +0000 (19:00 -0500)
framework/Log/lib/Horde/Log/Handler/Syslog.php

index 0354889..f9efd74 100644 (file)
@@ -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.