From 787664787e8ba7b142e95aee0060dfb4b34e9829 Mon Sep 17 00:00:00 2001 From: spiderr Date: Wed, 13 May 2020 20:26:15 -0400 Subject: fix public static function getDisplayLink --- includes/BitUser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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 ); } -- cgit v1.3