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