Revert 30130, completely breaks editing with fatal PHP error.
[lhc/web/wiklou.git] / includes / SpecialLongpages.php
index af9daa7..a8a1e19 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 );
 }
 
-?>
+