X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fsearch%2FAugmentPageProps.php;h=ce3fc26a245ca3d6321faca8b4dc140a09e45f51;hb=67ede2daaca02a9a34e549ae978e39d01743598a;hp=29bd463d2381623c523f69fbd543061bc7e0d5be;hpb=939199bcea28a3b13c49c0f808d11d415660b924;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 ); }