Add UIDGenerator to AutoLoader
Change-Id: I288eef52590033002d7e36f0ca2f667f46dd6aec
This commit is contained in:
parent
6030d92b53
commit
2b168e3e06
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue