Merge pull request #3761 from frederic34/patch-18

Fix getFullName() on a non-object in notify.class.php
This commit is contained in:
Juanjo Menent 2015-10-18 11:50:04 +02:00
commit d192ed9676

View File

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