Index: trunk/extensions/Translate/tag/SpecialPageTranslationMovePage.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
10 | 10 | */ |
11 | 11 | |
12 | | -if ( !defined( GAID_FOR_UPDATE ) ) { |
| 12 | +if ( !defined( 'GAID_FOR_UPDATE' ) ) { |
13 | 13 | /* Backwards-compatible define for 1.17+ (see r75379) */ |
14 | 14 | define( 'GAID_FOR_UPDATE', Title::GAID_FOR_UPDATE ); |
15 | 15 | } |