X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecialpage%2FImageQueryPage.php;h=c4e53eef050679cd83ff9d8cb76b259f966c77fe;hb=c6569e7dc70ac07db5d86e429d7f3d0d42792915;hp=272d533734dfe976e46b5ba5c780f51c3faebbc2;hpb=91b07c5e0950572fb41f7d8f466fb6b3bbe98be5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specialpage/ImageQueryPage.php b/includes/specialpage/ImageQueryPage.php index 272d533734..c4e53eef05 100644 --- a/includes/specialpage/ImageQueryPage.php +++ b/includes/specialpage/ImageQueryPage.php @@ -35,7 +35,7 @@ abstract class ImageQueryPage extends QueryPage { * * @param OutputPage $out OutputPage to print to * @param Skin $skin User skin to use [unused] - * @param DatabaseBase $dbr (read) connection to use + * @param IDatabase $dbr (read) connection to use * @param ResultWrapper $res Result pointer * @param int $num Number of available result rows * @param int $offset Paging offset @@ -59,7 +59,7 @@ abstract class ImageQueryPage extends QueryPage { } } - $out->addHTML( $gallery->toHtml() ); + $out->addHTML( $gallery->toHTML() ); } }