From: Michael M Slusarz Date: Tue, 19 Oct 2010 18:35:27 +0000 (-0600) Subject: Fix typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c43152dac60e342cab1169fff703eabac881076d;p=horde.git Fix typo --- 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');