From d66c4228adedc166ad63a33ebaac984dd901d387 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Fri, 23 Apr 2010 18:37:33 +0000 Subject: [PATCH] Make sure a member var is declared. --- includes/Title.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Title.php b/includes/Title.php index aa6b8bf167..96531bbb69 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -57,6 +57,7 @@ class Title { var $mRestrictions = array(); ///< Array of groups allowed to edit this article var $mOldRestrictions = false; var $mCascadeRestriction; ///< Cascade restrictions on this page to included templates and images? + var $mCascadingRestrictions; // Caching the results of getCascadeProtectionSources var $mRestrictionsExpiry = array(); ///< When do the restrictions on this page expire? var $mHasCascadingRestrictions; ///< Are cascading restrictions in effect on this page? var $mCascadeSources; ///< Where are the cascading restrictions coming from on this page? -- 2.20.1