minor thing - improved error msg

This commit is contained in:
tomash 2006-11-30 17:20:59 +00:00
parent 15bc76462b
commit 9166fc981a
1 changed files with 1 additions and 1 deletions

View File

@ -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;