adopt to static function

This commit is contained in:
Cornelius Weiß 2007-06-01 11:53:49 +00:00
parent 90c5388542
commit 8afb0cf003

View File

@ -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
}
/**