From: Brion Vibber Date: Fri, 12 Jan 2007 06:17:13 +0000 (+0000) Subject: fix typo which caused page restrictions to be loaded too often X-Git-Tag: 1.31.0-rc.0~54474 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=573ae95901b9532d474ef8b4c53c609694234046;p=lhc%2Fweb%2Fwiklou.git fix typo which caused page restrictions to be loaded too often --- diff --git a/includes/Title.php b/includes/Title.php index 4120667e37..b58739b2be 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1473,7 +1473,7 @@ class Title { } } - $this->mLoadedRestrictions = true; + $this->mRestrictionsLoaded = true; } function loadRestrictions( $oldFashionedRestrictions = NULL ) {