From: Mark A. Hershberger Date: Fri, 23 Apr 2010 18:37:33 +0000 (+0000) Subject: Make sure a member var is declared. X-Git-Tag: 1.31.0-rc.0~37031 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=d66c4228adedc166ad63a33ebaac984dd901d387;p=lhc%2Fweb%2Fwiklou.git Make sure a member var is declared. --- 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?