From 2b168e3e066d99e6eb9dae0b1c5e00b3dee7804c Mon Sep 17 00:00:00 2001 From: Patrick Reilly Date: Tue, 4 Dec 2012 12:13:48 -0800 Subject: [PATCH] Add UIDGenerator to AutoLoader Change-Id: I288eef52590033002d7e36f0ca2f667f46dd6aec --- includes/AutoLoader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 3d0c27ace0..419979a6ef 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -254,6 +254,7 @@ $wgAutoloadLocalClasses = array( 'User' => 'includes/User.php', 'UserArray' => 'includes/UserArray.php', 'UserArrayFromResult' => 'includes/UserArray.php', + 'UIDGenerator' => 'includes/UIDGenerator.php', 'UserBlockedError' => 'includes/Exception.php', 'UserNotLoggedIn' => 'includes/Exception.php', 'UserCache' => 'includes/cache/UserCache.php', -- 2.20.1