make _sendNotification static
This commit is contained in:
parent
825591f52c
commit
28c56c50c9
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ class BMCalendar
|
||||||
*
|
*
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function _sendNotification($date)
|
private static function _sendNotification($date)
|
||||||
{
|
{
|
||||||
global $db, $bm_prefs;
|
global $db, $bm_prefs;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue