Add UIDGenerator to AutoLoader

Change-Id: I288eef52590033002d7e36f0ca2f667f46dd6aec
This commit is contained in:
Patrick Reilly 2012-12-04 12:13:48 -08:00
parent 6030d92b53
commit 2b168e3e06

View 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',