From: Aaron Schulz Date: Wed, 21 May 2008 21:09:31 +0000 (+0000) Subject: Fix yet more image links bugs X-Git-Tag: 1.31.0-rc.0~47489 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=571335bbde1abce487b8716f5d6572d974fe0d8e;p=lhc%2Fweb%2Fwiklou.git Fix yet more image links bugs --- diff --git a/includes/SpecialWhatlinkshere.php b/includes/SpecialWhatlinkshere.php index e72f55aa66..2c520366e6 100644 --- a/includes/SpecialWhatlinkshere.php +++ b/includes/SpecialWhatlinkshere.php @@ -129,6 +129,7 @@ class WhatLinksHerePage { if ( is_int($namespace) ) { $plConds['page_namespace'] = $namespace; $tlConds['page_namespace'] = $namespace; + $ilConds['page_namespace'] = $namespace; } if ( $from ) {