Don't require an existence check before calling loadPageData(). Added an accessor...
[lhc/web/wiklou.git] / includes / SpecialLonelypages.php
index a143f14..b9f521a 100644 (file)
@@ -29,7 +29,7 @@ class LonelyPagesPage extends PageQueryPage {
                return true;
        }
        function isSyndicated() { return false; }
-       
+
        function getSQL() {
                $dbr =& wfGetDB( DB_SLAVE );
                extract( $dbr->tableNames( 'page', 'pagelinks' ) );