diff --git a/htdocs/user/logout.php b/htdocs/user/logout.php index 594b5bfd307..e5db515db49 100644 --- a/htdocs/user/logout.php +++ b/htdocs/user/logout.php @@ -33,7 +33,7 @@ define('DOL_DOCUMENT_ROOT', $dolibarr_main_document_root); require_once "../includes/pear/Auth/Auth.php"; -$a = new Auth("DB"); +$a = new DOLIAuth("DB"); $a->setShowLogin (false); $a->start(); if ($a->getAuth())