From: Gabriel Wicke Date: Wed, 28 Apr 2004 19:48:43 +0000 (+0000) Subject: typo X-Git-Tag: 1.3.0beta1~214 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=a60b918d633e9b1d750de471f9e6a9e776eb8b33;p=lhc%2Fweb%2Fwiklou.git typo --- diff --git a/includes/SkinPHPTal.php b/includes/SkinPHPTal.php index 3f279b1d83..25eb0d64c8 100644 --- a/includes/SkinPHPTal.php +++ b/includes/SkinPHPTal.php @@ -72,7 +72,7 @@ $this->username = $wgUser->getName(); $this->userpage = $wgLang->getNsText( Namespace::getUser() ) . ":" . $wgUser->getName(); $this->userpageurl = $this->makeUrl($this->userpage); - $this->userpageurle = htmlspecialchars($this->$this->userpageurl); + $this->userpageurle = htmlspecialchars($this->userpageurl); $this->titletxt = $wgTitle->getPrefixedText(); $this->initPage( $out );