From: Tim Starling Date: Wed, 28 Jan 2004 13:03:15 +0000 (+0000) Subject: Fixing last commit -- oops X-Git-Tag: 1.3.0beta1~1085 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=68df1513700d4af96ff8d56dea12876cf7712928;p=lhc%2Fweb%2Fwiklou.git Fixing last commit -- oops --- 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(); } }