Mattflaschen has uploaded a new change for review.

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


Change subject: Default schema location to Meta, matching revids in extensions.
......................................................................

Default schema location to Meta, matching revids in extensions.

Change-Id: I8a7e14be395e95053f6c2816cf22269f58e71b15
---
M EventLogging.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/EventLogging 
refs/changes/22/68122/1

diff --git a/EventLogging.php b/EventLogging.php
index aabdd25..536416e 100644
--- a/EventLogging.php
+++ b/EventLogging.php
@@ -70,13 +70,13 @@
  *
  * @example string: 'http://localhost/wiki/index.php'
  */
-$wgEventLoggingSchemaIndexUri = false;
+$wgEventLoggingSchemaIndexUri = 'http://meta.wikimedia.org/w/index.php';
 
 /**
  * @var bool|string: Value of $wgDBname for the MediaWiki instance
  * housing schemas; false if not set.
  */
-$wgEventLoggingDBname = false;
+$wgEventLoggingDBname = 'metawiki';
 
 
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8a7e14be395e95053f6c2816cf22269f58e71b15
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EventLogging
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <mflasc...@wikimedia.org>

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

Reply via email to