From a60b918d633e9b1d750de471f9e6a9e776eb8b33 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 28 Apr 2004 19:48:43 +0000 Subject: [PATCH] typo --- includes/SkinPHPTal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1