mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 00:05:00 +00:00
Drop support for generating normalization tables with MW < 1.25
Change-Id: Id9370c2bcab06a22515c6d94bd380f7dc46e81d0
This commit is contained in:
parent
1fad4da137
commit
f26ecf167d
|
@ -15,8 +15,6 @@ if ( count( $argv ) > 1 ) {
|
|||
foreach ( [
|
||||
__DIR__ . '/../../../../../../core/vendor/wikimedia/utfnormal/src/UtfNormalData.inc',
|
||||
__DIR__ . '/../../../../../../vendor/wikimedia/utfnormal/src/UtfNormalData.inc',
|
||||
__DIR__ . '/../../../../../../core/includes/libs/normal/UtfNormalData.inc',
|
||||
__DIR__ . '/../../../../../../includes/libs/normal/UtfNormalData.inc',
|
||||
] as $tryfile ) {
|
||||
$tryfile = realpath( $tryfile );
|
||||
if ( file_exists( $tryfile ) ) {
|
||||
|
@ -40,8 +38,6 @@ if ( count( $argv ) > 2 ) {
|
|||
dirname( $datafile ) . '/UtfNormalDataK.inc',
|
||||
__DIR__ . '/../../../../../../core/vendor/wikimedia/utfnormal/src/UtfNormalData.inc',
|
||||
__DIR__ . '/../../../../../../vendor/wikimedia/utfnormal/src/UtfNormalData.inc',
|
||||
__DIR__ . '/../../../../../../core/includes/libs/normal/UtfNormalData.inc',
|
||||
__DIR__ . '/../../../../../../includes/libs/normal/UtfNormalData.inc',
|
||||
] as $tryfile ) {
|
||||
$tryfile = realpath( $tryfile );
|
||||
if ( file_exists( $tryfile ) ) {
|
||||
|
|
Loading…
Reference in a new issue