From: Chad Horohoe Date: Mon, 7 Jul 2014 20:00:45 +0000 (-0700) Subject: Include redirect/section information in file search results X-Git-Tag: 1.31.0-rc.0~15069^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=9ec0eb69f23dcc847ea59b481db4938a25fe4f7e;p=lhc%2Fweb%2Fwiklou.git Include redirect/section information in file search results Change-Id: I51c5ae99ab70a610a64f510b8cc522f0d9025efa --- diff --git a/includes/specials/SpecialSearch.php b/includes/specials/SpecialSearch.php index 7a870c0f59..0b53a20a30 100644 --- a/includes/specials/SpecialSearch.php +++ b/includes/specials/SpecialSearch.php @@ -714,7 +714,7 @@ class SpecialSearch extends SpecialPage { $thumb->toHtml( array( 'desc-link' => true ) ) . '' . '' . - "{$link} {$fileMatch}" . + "{$link} {$redirect} {$section} {$fileMatch}" . $extract . "
{$score}{$desc} - {$date}{$related}
" . '' .