minor thing - improved error msg
This commit is contained in:
parent
15bc76462b
commit
9166fc981a
|
@ -96,7 +96,7 @@ class Alib extends Subjects {
|
|||
{
|
||||
$ct = $this->checkAuthToken($sessid);
|
||||
if ($ct === FALSE) {
|
||||
return PEAR::raiseError('Alib::logout: not logged ($ct)',
|
||||
return PEAR::raiseError("Alib::logout: not logged ($sessid)",
|
||||
ALIBERR_NOTLOGGED, PEAR_ERROR_RETURN);
|
||||
} elseif (PEAR::isError($ct)) {
|
||||
return $ct;
|
||||
|
|
Loading…
Reference in New Issue