r65472 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65471‎ | r65472 | r65473 >
Date:18:37, 23 April 2010
Author:mah
Status:ok
Tags:
Comment:
Make sure a member var is declared.
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

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

Status & tagging log