Move ArrayUtils into libs/ as there is nothing tying it to MediaWiki
Change-Id: I6910c85279858895f5462324134bade580a0cae7
This commit is contained in:
parent
1766e1cd92
commit
e1bd68f032
2 changed files with 1 additions and 1 deletions
|
|
@ -675,6 +675,7 @@ $wgAutoloadLocalClasses = array(
|
|||
'FormatJson' => 'includes/json/FormatJson.php',
|
||||
|
||||
# includes/libs
|
||||
'ArrayUtils' => 'includes/libs/ArrayUtils.php',
|
||||
'CSSMin' => 'includes/libs/CSSMin.php',
|
||||
'GenericArrayObject' => 'includes/libs/GenericArrayObject.php',
|
||||
'HashRing' => 'includes/libs/HashRing.php',
|
||||
|
|
@ -1151,7 +1152,6 @@ $wgAutoloadLocalClasses = array(
|
|||
'UploadStashNoSuchKeyException' => 'includes/upload/UploadStash.php',
|
||||
|
||||
# includes/utils
|
||||
'ArrayUtils' => 'includes/utils/ArrayUtils.php',
|
||||
'CdbException' => 'includes/utils/Cdb.php',
|
||||
'CdbFunctions' => 'includes/utils/CdbPHP.php',
|
||||
'CdbReader' => 'includes/utils/Cdb.php',
|
||||
|
|
|
|||
Loading…
Reference in a new issue