summaryrefslogtreecommitdiff
path: root/includes/BitUser.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/BitUser.php')
-rw-r--r--includes/BitUser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/BitUser.php b/includes/BitUser.php
index 72016f7..e7eb760 100644
--- a/includes/BitUser.php
+++ b/includes/BitUser.php
@@ -2375,7 +2375,7 @@ class BitUser extends LibertyMime {
* @access public
* @return get a link to the the users homepage
*/
- public function getDisplayLink( $pLinkText=NULL, $pMixed=NULL, $pAnchor=NULL ) {
+ public static function getDisplayLink( $pLinkText=NULL, $pMixed=NULL, $pAnchor=NULL ) {
return BitUser::getDisplayNameFromHash( TRUE, $pMixed );
}