generateLocalAutoload.php: Fix typo
Follows up I431ba0c3af83ffe0f1df457c7640b1a187048418 Change-Id: Id44b8d8f0110a0c27fa6af761f318e7bc0d7fd98
This commit is contained in:
parent
3ae994553e
commit
dc7713184a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
// The generateLocalAutoload scrip was renamed to generateAutoload in MW 1.41.
|
||||
// The generateLocalAutoload script was renamed to generateAutoload in MW 1.41.
|
||||
// This stub exists for backwards compatibility.
|
||||
require_once __DIR__ . '/generateAutoload.php';
|
||||
|
|
|
|||
Loading…
Reference in a new issue