X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialRandomInCategory.php;h=855f799e6ca3ce212bd23e102ed1ea504f8029b4;hb=1dd54d80af8403c0f36746f482a46ffb41fb28ed;hp=d781e16b40328cb7a7cb488492a07b9e1f38e4bb;hpb=46ae5683a04ad6d73a504b50b7bb7253df9f5c77;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialRandomInCategory.php b/includes/specials/SpecialRandomInCategory.php index d781e16b40..855f799e6c 100644 --- a/includes/specials/SpecialRandomInCategory.php +++ b/includes/specials/SpecialRandomInCategory.php @@ -219,7 +219,7 @@ class SpecialRandomInCategory extends FormSpecialPage { 'OFFSET' => $offset ], 'join_conds' => [ - 'page' => [ 'INNER JOIN', 'cl_from = page_id' ] + 'page' => [ 'JOIN', 'cl_from = page_id' ] ] ];