Jack Phoenix has uploaded a new change for review.

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

Change subject: Fix path to the SQL file
......................................................................

Fix path to the SQL file

Change-Id: I47c3a5a76843a1e95e9571ace587899264ff54ac
---
M backend/SpamRegexHooks.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SpamRegex 
refs/changes/47/324847/1

diff --git a/backend/SpamRegexHooks.php b/backend/SpamRegexHooks.php
index cbb3c4e..c15501f 100644
--- a/backend/SpamRegexHooks.php
+++ b/backend/SpamRegexHooks.php
@@ -148,7 +148,7 @@
         * @return bool
         */
        public static function onLoadExtensionSchemaUpdates( $updater ) {
-               $dir = __DIR__ . '/sql';
+               $dir = __DIR__ . '/../sql';
 
                $dbType = $updater->getDB()->getType();
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I47c3a5a76843a1e95e9571ace587899264ff54ac
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SpamRegex
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <j...@countervandalism.net>

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

Reply via email to