Index: trunk/extensions/Translate/tag/SpecialPageTranslationMovePage.php |
— | — | @@ -421,7 +421,7 @@ |
422 | 422 | if ( $priorityforce ) { |
423 | 423 | TranslateMetadata::set( $newGroupId, 'priorityforce', $priorityforce ); |
424 | 424 | } |
425 | | - if ( $priorityreason ) { |
| 425 | + if ( $priorityreason !== false ) { |
426 | 426 | TranslateMetadata::set( $newGroupId, 'priorityreason', $priorityreason ); |
427 | 427 | } |
428 | 428 | } |