Add UIDGenerator to AutoLoader
authorPatrick Reilly <preilly@wikimedia.org>
Tue, 4 Dec 2012 20:13:48 +0000 (12:13 -0800)
committerPatrick Reilly <preilly@wikimedia.org>
Tue, 4 Dec 2012 20:13:48 +0000 (12:13 -0800)
Change-Id: I288eef52590033002d7e36f0ca2f667f46dd6aec

includes/AutoLoader.php

index 3d0c27a..419979a 100644 (file)
@@ -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',