"Fix for bug #2111: xml_functions.inc.php calls to an undefined method

as suggested by Igor Blanco"
This commit is contained in:
Ralf Becker 2009-07-18 12:46:05 +00:00
parent fac44715bb
commit fed41cf05e

View File

@ -789,7 +789,7 @@
if($server_name)
{
list($sessionid,$kp3) = $GLOBALS['egw']->session->create_server($username.'@'.$server_name,$password,"text");
list($sessionid,$kp3) = $GLOBALS['egw']->session->create($username.'@'.$server_name,$password,"text");
}
else
{