jenkins-bot has submitted this change and it was merged.

Change subject: Move special page MathSearch
......................................................................


Move special page MathSearch

* avoid too many pages in the root
  folder

Change-Id: Ifd6741e46615947324dbb6e5d319ae02b0bb6518
---
M MathSearch.php
R includes/special/SpecialMathSearch.php
2 files changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Physikerwelt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/MathSearch.php b/MathSearch.php
index 2885773..4f5e683 100644
--- a/MathSearch.php
+++ b/MathSearch.php
@@ -38,7 +38,7 @@
 $dir = dirname( __FILE__ ) . '/';
 
 $wgAutoloadClasses['MathSearchHooks'] = $dir . 'MathSearch.hooks.php';
-$wgAutoloadClasses['SpecialMathSearch'] = $dir . 'SpecialMathSearch.php';
+$wgAutoloadClasses['SpecialMathSearch'] = $dir . 
'/includes/special/SpecialMathSearch.php';
 $wgAutoloadClasses['FormulaInfo'] = $dir . 'FormulaInfo.php';
 $wgAutoloadClasses['MathObject'] = $dir . 'MathObject.php';
 $wgAutoloadClasses['MathQueryObject'] = $dir . 'MathQueryObject.php';
diff --git a/SpecialMathSearch.php b/includes/special/SpecialMathSearch.php
similarity index 100%
rename from SpecialMathSearch.php
rename to includes/special/SpecialMathSearch.php

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifd6741e46615947324dbb6e5d319ae02b0bb6518
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MathSearch
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <[email protected]>
Gerrit-Reviewer: Physikerwelt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to