X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FAutoLoader.php;h=6344c276682e48de399c2f05a9ed8515bb2d36d4;hb=f30b8ac70461b0896e1fcfd9c006683f07e3d93f;hp=9c6f1f09e13c48e5829d062477a915037b60a962;hpb=4b63457dc72fd5aae828957c45297be30f21b0b7;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';