Skip to content
Snippets Groups Projects
Commit 6f4cfc86 authored by Frédéric France's avatar Frédéric France
Browse files

Update notify.class.php

http://www.dolibarr.fr/forum/12-howto--aide/54061-probleme-sur-la-validation-des-commande-fournisseu
Fatal error: Call to a member function getFullName() on a non-object in /home/xxxx/public_html/xxxxx/htdocs/core/class/notify.class.php on line 374
parent 9b85a700
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ class Notify
*/
function send($action, $object)
{
global $conf,$langs,$mysoc,$dolibarr_main_url_root;
global $user,$conf,$langs,$mysoc,$dolibarr_main_url_root;
include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment