]> git.mxchange.org Git - friendica.git/commitdiff
Some more standards
authorMichael <heluecht@pirati.ca>
Sun, 15 Aug 2021 16:24:12 +0000 (16:24 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 15 Aug 2021 16:24:12 +0000 (16:24 +0000)
src/Model/Subscription.php

index 7401eb927343bb728438b1228f0a6c5b074c4c00..aaaa7db7afb7406d5b7fc864daa0b762160729b5 100644 (file)
@@ -122,6 +122,7 @@ class Subscription
        public static function pushByNotificationId(int $nid)
        {
                $notification = DBA::selectFirst('notification', [], ['id' => $nid]);
+
                $type = Notification::getType($notification);
                if (empty($type)) {
                        return;