From 573ae95901b9532d474ef8b4c53c609694234046 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 12 Jan 2007 06:17:13 +0000 Subject: [PATCH] fix typo which caused page restrictions to be loaded too often --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1