X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=includes%2FAutoLoader.php;h=6344c276682e48de399c2f05a9ed8515bb2d36d4;hb=92dfd544b5c6da823c9fb01c32648249311391a5;hp=9c6f1f09e13c48e5829d062477a915037b60a962;hpb=04f27a07a181e903497024a4fdbc2c6d24f974c4;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';