From c43152dac60e342cab1169fff703eabac881076d Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 19 Oct 2010 12:35:27 -0600 Subject: [PATCH] Fix typo --- framework/Log/lib/Horde/Log/Handler/Syslog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Log/lib/Horde/Log/Handler/Syslog.php b/framework/Log/lib/Horde/Log/Handler/Syslog.php index 9aea28fb0..1b6d15218 100644 --- a/framework/Log/lib/Horde/Log/Handler/Syslog.php +++ b/framework/Log/lib/Horde/Log/Handler/Syslog.php @@ -113,7 +113,7 @@ class Horde_Log_Handler_Syslog extends Horde_Log_Handler_Base protected function _initializeSyslog() { $this->_lastIdent = $this->_options['ident']; - $_this->lastFacility = $this->_options['facility']; + $this->_lastFacility = $this->_options['facility']; if (!openlog($this->_options['ident'], $this->_options['openlogOptions'], $this->_options['facility'])) { throw new Horde_Log_Exception('Unable to open syslog'); -- 2.11.0