diff options
author | daniel <dkinzler@wikimedia.org> | 2020-07-16 11:34:09 +0200 |
---|---|---|
committer | daniel <dkinzler@wikimedia.org> | 2020-07-16 12:11:39 +0200 |
commit | 39cbb504bb9a195ef681c8e8b3fa1e02e07cff7d (patch) | |
tree | 7ba256b83c756e719702f713c7d573ed68a309f6 /autoload.php | |
parent | 39fb017285df94f8e9bbaa4de23c2d27489d7b19 (diff) | |
download | mediawikicore-39cbb504bb9a195ef681c8e8b3fa1e02e07cff7d.tar.gz mediawikicore-39cbb504bb9a195ef681c8e8b3fa1e02e07cff7d.zip |
Remove the obsolete populateContentModel script.
The script is broken in 1.35, since it operates on the rev_content_model
and ar_content_model fields which have been removed.
Bug: T258139
Change-Id: I172c83931a322a908ea8445c883b9333268ceac8
Diffstat (limited to 'autoload.php')
-rw-r--r-- | autoload.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autoload.php b/autoload.php index 325b3086856f..b7f44647388d 100644 --- a/autoload.php +++ b/autoload.php @@ -1261,7 +1261,6 @@ $wgAutoloadLocalClasses = [ 'PopulateBacklinkNamespace' => __DIR__ . '/maintenance/populateBacklinkNamespace.php', 'PopulateCategory' => __DIR__ . '/maintenance/populateCategory.php', 'PopulateChangeTagDef' => __DIR__ . '/maintenance/populateChangeTagDef.php', - 'PopulateContentModel' => __DIR__ . '/maintenance/populateContentModel.php', 'PopulateContentTables' => __DIR__ . '/maintenance/populateContentTables.php', 'PopulateExternallinksIndex60' => __DIR__ . '/maintenance/populateExternallinksIndex60.php', 'PopulateFilearchiveSha1' => __DIR__ . '/maintenance/populateFilearchiveSha1.php', |