Index: trunk/phase3/includes/Title.php |
— | — | @@ -57,6 +57,7 @@ |
58 | 58 | var $mRestrictions = array(); ///< Array of groups allowed to edit this article |
59 | 59 | var $mOldRestrictions = false; |
60 | 60 | var $mCascadeRestriction; ///< Cascade restrictions on this page to included templates and images? |
| 61 | + var $mCascadingRestrictions; // Caching the results of getCascadeProtectionSources |
61 | 62 | var $mRestrictionsExpiry = array(); ///< When do the restrictions on this page expire? |
62 | 63 | var $mHasCascadingRestrictions; ///< Are cascading restrictions in effect on this page? |
63 | 64 | var $mCascadeSources; ///< Where are the cascading restrictions coming from on this page? |