Some more standards
This commit is contained in:
parent
f29cef175e
commit
c78d490c2e
|
@ -122,6 +122,7 @@ class Subscription
|
||||||
public static function pushByNotificationId(int $nid)
|
public static function pushByNotificationId(int $nid)
|
||||||
{
|
{
|
||||||
$notification = DBA::selectFirst('notification', [], ['id' => $nid]);
|
$notification = DBA::selectFirst('notification', [], ['id' => $nid]);
|
||||||
|
|
||||||
$type = Notification::getType($notification);
|
$type = Notification::getType($notification);
|
||||||
if (empty($type)) {
|
if (empty($type)) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user