Catrope has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/311609

Change subject: Revert "Fix file/class name mismatch from e2adcc89bbe"
......................................................................

Revert "Fix file/class name mismatch from e2adcc89bbe"

In order to revert e2adcc89bbe

This reverts commit e4948970dd5f0487c9a394d31bd00304de568c3d.

Change-Id: Ib31f66a09c6c74f68ccffd4ad7c2748115e11a9c
---
M autoload.php
R includes/libs/rdbms/lbfactory/LBFactorySingle.php
2 files changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/09/311609/1

diff --git a/autoload.php b/autoload.php
index a07df96..7f9671d 100644
--- a/autoload.php
+++ b/autoload.php
@@ -733,7 +733,7 @@
        'ListVariants' => __DIR__ . '/maintenance/language/listVariants.php',
        'ListredirectsPage' => __DIR__ . 
'/includes/specials/SpecialListredirects.php',
        'LoadBalancer' => __DIR__ . 
'/includes/libs/rdbms/loadbalancer/LoadBalancer.php',
-       'LoadBalancerSingle' => __DIR__ . 
'/includes/libs/rdbms/loadbalancer/LoadBalancerSingle.php',
+       'LoadBalancerSingle' => __DIR__ . 
'/includes/libs/rdbms/lbfactory/LBFactorySingle.php',
        'LoadMonitor' => __DIR__ . 
'/includes/libs/rdbms/loadmonitor/LoadMonitor.php',
        'LoadMonitorMySQL' => __DIR__ . 
'/includes/libs/rdbms/loadmonitor/LoadMonitorMySQL.php',
        'LoadMonitorNull' => __DIR__ . 
'/includes/libs/rdbms/loadmonitor/LoadMonitorNull.php',
diff --git a/includes/libs/rdbms/loadbalancer/LoadBalancerSingle.php 
b/includes/libs/rdbms/lbfactory/LBFactorySingle.php
similarity index 100%
rename from includes/libs/rdbms/loadbalancer/LoadBalancerSingle.php
rename to includes/libs/rdbms/lbfactory/LBFactorySingle.php

-- 
To view, visit https://gerrit.wikimedia.org/r/311609
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib31f66a09c6c74f68ccffd4ad7c2748115e11a9c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Catrope <roan.katt...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to