Geek400 has uploaded a new change for review.

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


Change subject: Bug 52343
......................................................................

Bug 52343

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BookManagerv2 
refs/changes/08/104208/1

diff --git a/JsonEditor.php b/JsonEditor.php
index 59b6b6f..cbc271b 100644
--- a/JsonEditor.php
+++ b/JsonEditor.php
@@ -533,6 +533,8 @@
                $data[ 'sections' ] = FormatJson::decode( 
$this->safeUnicodeInput( $request,
                        'json-editor-sections' ) );
                $jsonData = FormatJson::encode( (object)$data );
+               /*Invalidate all constituent pages in a book - Bug 52343 */
+               Title::makeTitle(1, 'foo')->purgeSquid();
                return $jsonData;
        }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia2cbae8ca3df14da8adbeeec849c52dd85822043
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BookManagerv2
Gerrit-Branch: master
Gerrit-Owner: Geek400 <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to