X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fsearch%2FAugmentPageProps.php;h=ce3fc26a245ca3d6321faca8b4dc140a09e45f51;hp=29bd463d2381623c523f69fbd543061bc7e0d5be;hb=6cfb2e3d7a2b96d5041312fcec88248bb46573d7;hpb=eb2f439768d34254964e798d9523211ba8ea2f5f 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 ); }