From 68df1513700d4af96ff8d56dea12876cf7712928 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 28 Jan 2004 13:03:15 +0000 Subject: [PATCH] Fixing last commit -- oops --- includes/SkinCologneBlue.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/SkinCologneBlue.php b/includes/SkinCologneBlue.php index 53655325bb..1d59b1c5f3 100644 --- a/includes/SkinCologneBlue.php +++ b/includes/SkinCologneBlue.php @@ -188,12 +188,12 @@ class SkinCologneBlue extends Skin { . $this->historyLink() . $sep . $this->whatLinksHere() . $sep . $this->watchPageLinksLink(); - + if ( Namespace::getUser() == $tns || Namespace::getTalk(Namespace::getUser()) == $tns ) { - if ( 0 != $wgUser->getID() ) { - $id=User::idFromName($wgTitle->getText()); - if ($id != 0) { - $s .= $sep . $this->userContribsLink(); + $id=User::idFromName($wgTitle->getText()); + if ($id != 0) { + $s .= $sep . $this->userContribsLink(); + if ( 0 != $wgUser->getID() ) { $s .= $sep . $this->emailUserLink(); } } -- 2.20.1