summaryrefslogtreecommitdiff
path: root/lib/implugin.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-08-31 00:13:17 -0400
committerCraig Andrews <candrews@integralblue.com>2010-09-03 17:50:29 -0400
commit054111bb545f3fc008f80eb54bfb706d15c57e01 (patch)
tree40782ebc7e31ae24050e3260ca49f30f5b3c67cb /lib/implugin.php
parenta3725de47b63da2e8b8cbc7e47b4b6e9d3fa142f (diff)
add_notice -> addNotice
Diffstat (limited to 'lib/implugin.php')
-rw-r--r--lib/implugin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/implugin.php b/lib/implugin.php
index 67b93047f..b1b918fea 100644
--- a/lib/implugin.php
+++ b/lib/implugin.php
@@ -463,7 +463,7 @@ abstract class ImPlugin extends Plugin
common_log(LOG_INFO, 'Posting a notice from ' . $user->nickname);
- $this->add_notice($from, $user, $notice_text);
+ $this->addNotice($from, $user, $notice_text);
}
$user->free();
@@ -481,7 +481,7 @@ abstract class ImPlugin extends Plugin
*
* @param boolean success
*/
- protected function add_notice($screenname, $user, $body)
+ protected function addNotice($screenname, $user, $body)
{
$body = trim(strip_tags($body));
$content_shortened = common_shorten_links($body);