Anomie has uploaded a new change for review.
https://gerrit.wikimedia.org/r/233977
Change subject: Remove direct ParserOptions field access
......................................................................
Remove direct ParserOptions field access
We may be getting rid of the fields.
Bug: T110269
Change-Id: Ie644854df8a3faec2dfc8d655fae828b9393ced9
---
M includes/utility/PageContentProvider.class.php
1 file changed, 0 insertions(+), 1 deletion(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceFoundation
refs/changes/77/233977/1
diff --git a/includes/utility/PageContentProvider.class.php
b/includes/utility/PageContentProvider.class.php
index eca3a07..5bd4c53 100644
--- a/includes/utility/PageContentProvider.class.php
+++ b/includes/utility/PageContentProvider.class.php
@@ -72,7 +72,6 @@
//Default ParserOptions
$this->oParserOptions = ParserOptions::newFromUser( $wgUser );
$this->oParserOptions->setEditSection( false ); //Does not
work...
- $this->oParserOptions->mEditSection = false; //Does not work
either...
$this->oParserOptions->setTidy( true );
$this->oParserOptions->setRemoveComments( true );
--
To view, visit https://gerrit.wikimedia.org/r/233977
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie644854df8a3faec2dfc8d655fae828b9393ced9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: Anomie <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits