From: Ben Klang Date: Tue, 1 Feb 2011 00:00:26 +0000 (-0500) Subject: These variables should not be static X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2cb91df96083e17d36d326eb00b83bacdc295500;p=horde.git These variables should not be static --- diff --git a/framework/Log/lib/Horde/Log/Handler/Syslog.php b/framework/Log/lib/Horde/Log/Handler/Syslog.php index 035488975..f9efd7477 100644 --- 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.