Physikerwelt has uploaded a new change for review.

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

Change subject: Add wgMathDebug
......................................................................

Add wgMathDebug

Change-Id: Ie030c8df50c3223bf2bdd60acbeccf965101ab95
---
M MathSearch.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MathSearch 
refs/changes/68/224368/1

diff --git a/MathSearch.php b/MathSearch.php
index b63f950..bb72851 100644
--- a/MathSearch.php
+++ b/MathSearch.php
@@ -84,6 +84,8 @@
 $wgMathUploadEnabled = false;
 $wgAutoloadClasses['SpecialMathDownloadResult'] = __DIR__ . 
'/SpecialMathDownloadResult.php';
 $wgSpecialPages['MathDownload'] = 'SpecialMathDownloadResult';
+/** Stores debug information in the database and provides more detailed debug 
output */
+$wgMathDebug = false;
 
 $wgResourceModules['ext.mathsearch.styles'] = array(
        'localBasePath' => __DIR__ ,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie030c8df50c3223bf2bdd60acbeccf965101ab95
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MathSearch
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <w...@physikerwelt.de>

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

Reply via email to