From 44f1b943016cb1a75153768838622c348238aaa1 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Fri, 3 Sep 2010 17:46:42 -0400 Subject: get_screenname -> getScreenname --- lib/implugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/implugin.php') 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) { -- cgit v1.2.3-54-g00ecf