Moved WAN cache and relayer to /libs
Change-Id: I9586d22890ce1cda7f74869ff701de73d65eaaef
This commit is contained in:
parent
bfdb6eed58
commit
c7bf955bca
4 changed files with 4 additions and 4 deletions
|
|
@ -382,9 +382,9 @@ $wgAutoloadLocalClasses = array(
|
|||
'EnqueueJob' => __DIR__ . '/includes/jobqueue/jobs/EnqueueJob.php',
|
||||
'EraseArchivedFile' => __DIR__ . '/maintenance/eraseArchivedFile.php',
|
||||
'ErrorPageError' => __DIR__ . '/includes/exception/ErrorPageError.php',
|
||||
'EventRelayer' => __DIR__ . '/includes/eventrelayer/EventRelayer.php',
|
||||
'EventRelayerMCRD' => __DIR__ . '/includes/eventrelayer/EventRelayerMCRD.php',
|
||||
'EventRelayerNull' => __DIR__ . '/includes/eventrelayer/EventRelayer.php',
|
||||
'EventRelayer' => __DIR__ . '/includes/libs/eventrelayer/EventRelayer.php',
|
||||
'EventRelayerMCRD' => __DIR__ . '/includes/libs/eventrelayer/EventRelayerMCRD.php',
|
||||
'EventRelayerNull' => __DIR__ . '/includes/libs/eventrelayer/EventRelayer.php',
|
||||
'Exif' => __DIR__ . '/includes/media/Exif.php',
|
||||
'ExifBitmapHandler' => __DIR__ . '/includes/media/ExifBitmap.php',
|
||||
'ExplodeIterator' => __DIR__ . '/includes/libs/ExplodeIterator.php',
|
||||
|
|
@ -1316,7 +1316,7 @@ $wgAutoloadLocalClasses = array(
|
|||
'ViewAction' => __DIR__ . '/includes/actions/ViewAction.php',
|
||||
'VirtualRESTService' => __DIR__ . '/includes/libs/virtualrest/VirtualRESTService.php',
|
||||
'VirtualRESTServiceClient' => __DIR__ . '/includes/libs/virtualrest/VirtualRESTServiceClient.php',
|
||||
'WANObjectCache' => __DIR__ . '/includes/objectcache/WANObjectCache.php',
|
||||
'WANObjectCache' => __DIR__ . '/includes/libs/objectcache/WANObjectCache.php',
|
||||
'WaitForSlave' => __DIR__ . '/maintenance/waitForSlave.php',
|
||||
'WantedCategoriesPage' => __DIR__ . '/includes/specials/SpecialWantedcategories.php',
|
||||
'WantedFilesPage' => __DIR__ . '/includes/specials/SpecialWantedfiles.php',
|
||||
|
|
|
|||
Loading…
Reference in a new issue