summaryrefslogtreecommitdiff
path: root/lib/implugin.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-08-31 00:16:47 -0400
committerCraig Andrews <candrews@integralblue.com>2010-09-03 17:50:29 -0400
commit00e21d4a6f8b24bf4418df0385cf74b2de5e77bc (patch)
treec2665c84521171098fc17c32aba7249e4964de6f /lib/implugin.php
parent9ccf65a3116c925b30c5c5d9b8926b26546c9694 (diff)
broadcast_notice -> broadcastNotice
Diffstat (limited to 'lib/implugin.php')
-rw-r--r--lib/implugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/implugin.php b/lib/implugin.php
index a6a30b042..25a6614c6 100644
--- a/lib/implugin.php
+++ b/lib/implugin.php
@@ -318,7 +318,7 @@ abstract class ImPlugin extends Plugin
* @return boolean success flag
*/
- function broadcast_notice($notice)
+ function broadcastNotice($notice)
{
$ni = $notice->whoGets();