Fix: Error message

This commit is contained in:
Laurent Destailleur 2011-03-09 18:34:29 +00:00
parent 19c142e8a1
commit 6fbe7bb14d

View File

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