Followup r74035, add GAID_FOR_UPDATE to the defines for back-compat
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 25 Oct 2010 20:25:43 +0000 (20:25 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 25 Oct 2010 20:25:43 +0000 (20:25 +0000)
includes/Defines.php

index f5afd26..85db990 100644 (file)
@@ -238,6 +238,12 @@ define( 'SLH_PATTERN', 1 );
  */
 define( 'RLH_FOR_UPDATE', 1 );
 
+/**
+ * @deprecated This used to be a define in Title.php, but was moved to
+ * Title::GAID_FOR_UPDATE in 1.17. This will probably be removed in 1.18
+ */
+define( 'GAID_FOR_UPDATE', 1 );
+
 /**@{
  * Autopromote conditions (must be here and not in Autopromote.php, so that
  * they're loaded for DefaultSettings.php before AutoLoader.php)