X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FAutoLoader.php;h=6344c276682e48de399c2f05a9ed8515bb2d36d4;hb=d85d5a3755bf022c615e815557f9b1ddac47dda8;hp=9c6f1f09e13c48e5829d062477a915037b60a962;hpb=a3fe441bf69f9e3cae6155b07f710ad21a1c6552;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 9c6f1f09e1..6344c27668 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -24,7 +24,6 @@ * Locations of core classes * Extension classes are specified with $wgAutoloadClasses * This array is a global instead of a static member of AutoLoader to work around a bug in APC - * This array is now generated by maintenance/generateLocalAutoload.php */ require_once __DIR__ . '/../autoload.php';