Some more standards
This commit is contained in:
parent
f29cef175e
commit
c78d490c2e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user