summaryrefslogtreecommitdiff
path: root/lib/implugin.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-09-03 17:46:42 -0400
committerCraig Andrews <candrews@integralblue.com>2010-09-03 17:50:29 -0400
commit44f1b943016cb1a75153768838622c348238aaa1 (patch)
tree244503ead4faed0e8ea1e3402297a6a1d5096560 /lib/implugin.php
parentc54ef9b8b646c244a679527ff886ba3abfc92c61 (diff)
get_screenname -> getScreenname
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 f4504f525..72d1456f4 100644
--- a/lib/implugin.php
+++ b/lib/implugin.php
@@ -208,7 +208,7 @@ abstract class ImPlugin extends Plugin
*
* @return string screenname of that user
*/
- function get_screenname($user)
+ function getScreenname($user)
{
$user_im_prefs = $this->getUserImPrefsFromUser($user);
if ($user_im_prefs) {