Merge branch 'master' into 'master'
Easy fix for "non-static method called as static" See merge request !92
This commit is contained in:
commit
b21036d42c
|
@ -944,7 +944,7 @@ class QvitterPlugin extends Plugin {
|
||||||
/**
|
/**
|
||||||
* Mark single notification as seen
|
* Mark single notification as seen
|
||||||
*/
|
*/
|
||||||
public function markNotificationAsSeen($notice_id, $to_profile_id, $ntype)
|
public static function markNotificationAsSeen($notice_id, $to_profile_id, $ntype)
|
||||||
{
|
{
|
||||||
$notification_to_mark_as_seen = QvitterNotification::pkeyGet(array(
|
$notification_to_mark_as_seen = QvitterNotification::pkeyGet(array(
|
||||||
'is_seen' => 0,
|
'is_seen' => 0,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user