public_notice -> publicNotice
This commit is contained in:
parent
00e21d4a6f
commit
cce92e394b
|
@ -285,7 +285,7 @@ abstract class ImPlugin extends Plugin
|
|||
* @return boolean success flag
|
||||
*/
|
||||
|
||||
function public_notice($notice)
|
||||
function publicNotice($notice)
|
||||
{
|
||||
// Now, users who want everything
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user