make _sendNotification static

This commit is contained in:
Sebijk 2023-02-02 00:04:43 +01:00
parent 825591f52c
commit 28c56c50c9

View file

@ -374,7 +374,7 @@ class BMCalendar
*
* @return bool
*/
public function _sendNotification($date)
private static function _sendNotification($date)
{
global $db, $bm_prefs;