X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fsearch%2FAugmentPageProps.php;h=ce3fc26a245ca3d6321faca8b4dc140a09e45f51;hb=4f8378775b3145339d03977468cf6be74afae05d;hp=29bd463d2381623c523f69fbd543061bc7e0d5be;hpb=d9b2cdabdc0a11344158d81ee45a91675a51e945;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/search/AugmentPageProps.php b/includes/search/AugmentPageProps.php index 29bd463d23..ce3fc26a24 100644 --- a/includes/search/AugmentPageProps.php +++ b/includes/search/AugmentPageProps.php @@ -13,7 +13,7 @@ class AugmentPageProps implements ResultSetAugmentor { $this->propnames = $propnames; } - public function augmentAll( SearchResultSet $resultSet ) { + public function augmentAll( ISearchResultSet $resultSet ) { $titles = $resultSet->extractTitles(); return PageProps::getInstance()->getProperties( $titles, $this->propnames ); }