"API change caused already-obsoleted call to sessions_::create() to fail.

Thanks to Peter Goerzen <pgoerzen(at)hustlerturf.com>"
This commit is contained in:
Ralf Becker 2008-05-31 05:47:26 +00:00
parent c34dc55633
commit bb08afcc9f

View File

@ -267,7 +267,7 @@ class EGW_SyncML_State extends Horde_SyncML_State
#Horde::logMessage('SyncML: authenticate with username: ' . $this->_locName . ' and password: ' . $this->_password, __FILE__, __LINE__, PEAR_LOG_DEBUG);
if($GLOBALS['sessionid'] = $GLOBALS['egw']->session->create($this->_locName,$this->_password,'text','u'))
if($GLOBALS['sessionid'] = $GLOBALS['egw']->session->create($this->_locName,$this->_password,'text'))
{
$this->_isAuthorized = true;
Horde::logMessage('SyncML_EGW: Authentication of ' . $this->_locName . '/' . $GLOBALS['sessionid'] . ' succeded' , __FILE__, __LINE__, PEAR_LOG_DEBUG);