mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
login/logout return correct object now
This commit is contained in:
parent
7768e27072
commit
7399ff4342
@ -102,8 +102,8 @@
|
|||||||
{
|
{
|
||||||
$rtrn = array(CreateObject('phpgwapi.soapval','GOAWAY','string',$username));
|
$rtrn = array(CreateObject('phpgwapi.soapval','GOAWAY','string',$username));
|
||||||
}
|
}
|
||||||
//$r = CreateObject('phpgwapi.soapmsg','system_authResponse',$rtrn);
|
$r = CreateObject('phpgwapi.soapmsg','system_loginResponse',$rtrn);
|
||||||
return $rtrn;
|
return $r;
|
||||||
}
|
}
|
||||||
|
|
||||||
function system_logout($m1,$m2)
|
function system_logout($m1,$m2)
|
||||||
@ -126,7 +126,7 @@
|
|||||||
CreateObject('phpgwapi.soapval','OOPS','string','WHAT?')
|
CreateObject('phpgwapi.soapval','OOPS','string','WHAT?')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
//$r = CreateObject('phpgwapi.soapmsg','system_auth_verifyResponse',$rtrn);
|
$r = CreateObject('phpgwapi.soapmsg','system_logoutResponse',$rtrn);
|
||||||
return $rtrn;
|
return $r;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user