mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
adopt to static function
This commit is contained in:
parent
90c5388542
commit
8afb0cf003
@ -288,7 +288,7 @@ class bo_tracking
|
||||
|
||||
if (!include_once(EGW_INCLUDE_ROOT. '/notifications/inc/class.notification.inc.php')) return false;
|
||||
|
||||
return is_null(notify(array($user),$message)); // return the exeception on error
|
||||
return is_null(notification::notify(array($user),$message)); // return the exeception on error
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user