From: Chad Horohoe Date: Mon, 25 Oct 2010 20:25:43 +0000 (+0000) Subject: Followup r74035, add GAID_FOR_UPDATE to the defines for back-compat X-Git-Tag: 1.31.0-rc.0~34314 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=890c1c24a1bf4469cebccb415e9a238060be5a7e;p=lhc%2Fweb%2Fwiklou.git Followup r74035, add GAID_FOR_UPDATE to the defines for back-compat --- diff --git a/includes/Defines.php b/includes/Defines.php index f5afd26556..85db9901b9 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -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)