* (bug 10242) Update Chinese translations
[lhc/web/wiklou.git] / includes / SpecialLongpages.php
index af9daa7..4065988 100644 (file)
@@ -22,13 +22,12 @@ class LongPagesPage extends ShortPagesPage {
 /**
  * constructor
  */
-function wfSpecialLongpages()
-{
-    list( $limit, $offset ) = wfCheckLimits();
+function wfSpecialLongpages() {
+       list( $limit, $offset ) = wfCheckLimits();
 
-    $lpp = new LongPagesPage();
+       $lpp = new LongPagesPage();
 
-    $lpp->doQuery( $offset, $limit );
+       $lpp->doQuery( $offset, $limit );
 }
 
 ?>