From: Timo Tijhof Date: Tue, 18 Nov 2014 13:57:28 +0000 (+0100) Subject: autoloader: Remove incorrect documentation comment X-Git-Tag: 1.31.0-rc.0~12909 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=6a0d8892bc9fc80b871e3696b940c0069c47093d;p=lhc%2Fweb%2Fwiklou.git autoloader: Remove incorrect documentation comment Follows-up I8b1bdb84a969. This is not generated by that script, the autoload.php file is, but that one has a similar comment in it already. Change-Id: Icb44f3dab356820f1e3aa5ba56949219af1b5719 --- 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';