X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FSubscription.php;h=31048d963f3350977bfb5a7018adc4f942e4c053;hb=5350e0852d718494934252328d17a094fd1bc73e;hp=c6c57c732835da504b97cb9c6f95215636456b5a;hpb=6f290607de7f10cea7429aacd0b394fd3f4c4e69;p=friendica.git diff --git a/src/Model/Subscription.php b/src/Model/Subscription.php index c6c57c7328..31048d963f 100644 --- a/src/Model/Subscription.php +++ b/src/Model/Subscription.php @@ -154,7 +154,7 @@ class Subscription } if ($desktop_notification) { - notification_from_array($Notification); + DI::notify()->createFromNotification($Notification); } if (empty($type)) {