Merge pull request #3761 from frederic34/patch-18
Fix getFullName() on a non-object in notify.class.php
This commit is contained in:
commit
d192ed9676
@ -143,7 +143,7 @@ class Notify
|
|||||||
*/
|
*/
|
||||||
function send($action, $object)
|
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';
|
include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user