X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialCategories.php;h=1232e3fa7530115ac67303f98627b18a0c7897de;hb=29cf2e21b25e0b3c66292082d5b88ca25b33857c;hp=6d2831c7b0433ad4e17de4e1687618ab1674f23c;hpb=ece03cc143fef3d305e48275df7bdf9c6d0baa69;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialCategories.php b/includes/specials/SpecialCategories.php index 6d2831c7b0..1232e3fa75 100644 --- a/includes/specials/SpecialCategories.php +++ b/includes/specials/SpecialCategories.php @@ -64,7 +64,8 @@ class CategoryPager extends AlphabeticPager { $from = str_replace( ' ', '_', $from ); if( $from !== '' ) { $from = Title::capitalize( $from, NS_CATEGORY ); - $this->mOffset = $from; + $this->setOffset( $from ); + $this->setIncludeOffset( true ); } }