fix typo which caused page restrictions to be loaded too often
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 12 Jan 2007 06:17:13 +0000 (06:17 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 12 Jan 2007 06:17:13 +0000 (06:17 +0000)
includes/Title.php

index 4120667..b58739b 100644 (file)
@@ -1473,7 +1473,7 @@ class Title {
                        }
                }
 
-               $this->mLoadedRestrictions = true;
+               $this->mRestrictionsLoaded = true;
        }
 
        function loadRestrictions( $oldFashionedRestrictions = NULL ) {