From 6fbe7bb14db5aea68307ef194a207cd7463b9bab Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 9 Mar 2011 18:34:29 +0000 Subject: [PATCH] Fix: Error message --- htdocs/core/class/commonobject.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index c3babc00c4d..974fcffa8b5 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -550,7 +550,7 @@ class CommonObject if (! $this->table_element) { - dol_print_error("CommonObject::load_previous_next_ref was called on objet with property table_element not defined", LOG_ERR); + dol_print_error('',"CommonObject::load_previous_next_ref was called on objet with property table_element not defined", LOG_ERR); return -1; }