Fix typo
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 19 Oct 2010 18:35:27 +0000 (12:35 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 19 Oct 2010 18:37:29 +0000 (12:37 -0600)
framework/Log/lib/Horde/Log/Handler/Syslog.php

index 9aea28f..1b6d152 100644 (file)
@@ -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');