From: Ariel T. Glenn Date: Sun, 24 Mar 2019 11:43:37 +0000 (+0200) Subject: make xml abstracts, stubs and page log dumps work again X-Git-Tag: 1.34.0-rc.0~2389^2 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=a397704f82c26a22d32a0ea73de48e74a98a6871;p=lhc%2Fweb%2Fwiklou.git make xml abstracts, stubs and page log dumps work again Broken in I979b6c8f0a72bc1f5ecce1d499d3fdfa0f671588 Bug: T174031 Change-Id: I494fe7578f936a2316c27f9c419e981055c38ed4 --- diff --git a/maintenance/includes/BackupDumper.php b/maintenance/includes/BackupDumper.php index 3ae7f48955..f4d4d50648 100644 --- a/maintenance/includes/BackupDumper.php +++ b/maintenance/includes/BackupDumper.php @@ -26,6 +26,7 @@ */ require_once __DIR__ . '/../Maintenance.php'; +require_once __DIR__ . '/../../includes/export/WikiExporter.php'; use MediaWiki\MediaWikiServices; use Wikimedia\Rdbms\LoadBalancer;