This also makes generateAutoload work with maintenance/run. Change-Id: I431ba0c3af83ffe0f1df457c7640b1a187048418
5 lines
183 B
PHP
5 lines
183 B
PHP
<?php
|
|
|
|
// The generateLocalAutoload scrip was renamed to generateAutoload in MW 1.41.
|
|
// This stub exists for backwards compatibility.
|
|
require_once __DIR__ . '/generateAutoload.php';
|