Jeroen De Dauw has submitted this change and it was merged.

Change subject: Fix dependency inclusion path
......................................................................


Fix dependency inclusion path

Change-Id: If8fe36b728cc16deb49c63003669eb86a02d07ef
---
M WikibaseQueryEngine.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jeroen De Dauw: Verified; Looks good to me, approved



diff --git a/WikibaseQueryEngine.php b/WikibaseQueryEngine.php
index 596536c..d4576da 100644
--- a/WikibaseQueryEngine.php
+++ b/WikibaseQueryEngine.php
@@ -58,7 +58,7 @@
 
 // Attempt to include the Ask lib if that hasn't been done yet.
 if ( !defined( 'WIKIBASE_DATABASE_VERSION' ) && file_exists( __DIR__ . 
'/../Wikibase/Database/Database.php' ) ) {
-       include_once( __DIR__ . '/../Wikibase/Database/Database.php' );
+       include_once( __DIR__ . '/../WikibaseDatabase/WikibaseDatabase.php' );
 }
 
 spl_autoload_register( function ( $className ) {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If8fe36b728cc16deb49c63003669eb86a02d07ef
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQueryEngine
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <jeroended...@gmail.com>
Gerrit-Reviewer: Jeroen De Dauw <jeroended...@gmail.com>

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

Reply via email to