From 571335bbde1abce487b8716f5d6572d974fe0d8e Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 21 May 2008 21:09:31 +0000 Subject: [PATCH] Fix yet more image links bugs --- includes/SpecialWhatlinkshere.php | 1 + 1 file changed, 1 insertion(+) 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 ) { -- 2.20.1