(bug 4974) Don't follow redirected talk page on "new messages" link
[lhc/web/wiklou.git] / includes / SpecialLongpages.php
index 75f6e5c..af56c17 100644 (file)
@@ -34,7 +34,7 @@ function wfSpecialLongpages()
     list( $limit, $offset ) = wfCheckLimits();
 
     $lpp = new LongPagesPage();
-    
+
     $lpp->doQuery( $offset, $limit );
 }