From 6a0d8892bc9fc80b871e3696b940c0069c47093d Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 18 Nov 2014 14:57:28 +0100 Subject: [PATCH] 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 --- includes/AutoLoader.php | 1 - 1 file changed, 1 deletion(-) 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'; -- 2.20.1