From: Brion Vibber Date: Thu, 25 Nov 2004 13:41:33 +0000 (+0000) Subject: Whoops X-Git-Tag: 1.5.0alpha1~1236 X-Git-Url: http://git.cyclocoop.org/geomaker.php?a=commitdiff_plain;h=16fbe060fbc55050187ae26bacb55da48c001639;p=lhc%2Fweb%2Fwiklou.git Whoops --- diff --git a/includes/PageHistory.php b/includes/PageHistory.php index 2b2a429dfd..f229792d3c 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -174,7 +174,7 @@ class PageHistory { htmlspecialchars( $ut ), 'target=' . urlencode( $ut ) ); } else { $userPage =& Title::makeTitle( NS_USER, $ut ); - $ul = $this->mSkin->makeLink( $userPage , htmlspecialchars( $ut ) ); + $ul = $this->mSkin->makeLinkObj( $userPage , htmlspecialchars( $ut ) ); } $s = '
  • ';