From f964f14c850537e82812b7c0fead7f62966ff6e3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 4 Jan 2023 17:36:31 +0100 Subject: [PATCH] Fix phpunit --- htdocs/core/db/DoliDB.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/db/DoliDB.class.php b/htdocs/core/db/DoliDB.class.php index 0c62be0a85a..30b3ea76975 100644 --- a/htdocs/core/db/DoliDB.class.php +++ b/htdocs/core/db/DoliDB.class.php @@ -75,7 +75,7 @@ abstract class DoliDB implements Database /** - * Return the DB prefix found into prefix_db (if it was set manually by doing $db->prefix_db=...). + * Return the DB prefix found into prefix_db (if it was set manually by doing $dbhandler->prefix_db=...). * Otherwise return MAIN_DB_PREFIX (common use). * * @return string The DB prefix