X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27votes%27%2C%20votes=%27waiting%27%29%20%7D%7D?a=blobdiff_plain;f=includes%2FPager.php;h=c7de8c1ea08b7a36eb50d43525c725bddbfb9366;hb=14c580577413106b98e307ad36ca6fe782d42f00;hp=5f054601a83ce8267868a72e704c4d1892adbb90;hpb=49cffd699c30cd0c538c6e717254d88dd44147d2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Pager.php b/includes/Pager.php index 5f054601a8..c7de8c1ea0 100644 --- a/includes/Pager.php +++ b/includes/Pager.php @@ -69,7 +69,7 @@ interface Pager { * last page depending on the dir parameter. * * Subclassing the pager to implement concrete functionality should be fairly - * simple, please see the examples in HistoryPage.php and + * simple, please see the examples in HistoryAction.php and * SpecialBlockList.php. You just need to override formatRow(), * getQueryInfo() and getIndexField(). Don't forget to call the parent * constructor if you override it.