From: Aaron Schulz Date: Sun, 7 Sep 2008 05:40:34 +0000 (+0000) Subject: Fix misnamed variable X-Git-Tag: 1.31.0-rc.0~45428 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=6f1cea4647b6a1528d0ae193034adba53da5eee5;p=lhc%2Fweb%2Fwiklou.git Fix misnamed variable --- diff --git a/includes/Title.php b/includes/Title.php index 8c256fe2f6..18704c607c 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -58,7 +58,7 @@ class Title { var $mCascadeRestriction; ///< Cascade restrictions on this page to included templates and images? var $mRestrictionsExpiry; ///< When do the restrictions on this page expire? var $mHasCascadingRestrictions; ///< Are cascading restrictions in effect on this page? - var $mCascadeRestrictionSources; ///< Where are the cascading restrictions coming from on this page? + var $mCascadeSources; ///< Where are the cascading restrictions coming from on this page? var $mRestrictionsLoaded = false; ///< Boolean for initialisation on demand var $mPrefixedText; ///< Text form including namespace/interwiki, initialised on demand # Don't change the following default, NS_MAIN is hardcoded in several