public_notice -> publicNotice
This commit is contained in:
@@ -40,7 +40,7 @@ class ImQueueHandler extends QueueHandler
|
||||
$this->plugin->broadcastNotice($notice);
|
||||
if ($notice->is_local == Notice::LOCAL_PUBLIC ||
|
||||
$notice->is_local == Notice::LOCAL_NONPUBLIC) {
|
||||
$this->plugin->public_notice($notice);
|
||||
$this->plugin->publicNotice($notice);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user