From d6e2eb559231c0383e2946b3426dc26bd7d2ca03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Goetz?= Date: Tue, 27 Oct 2015 16:02:12 +0100 Subject: [PATCH] Do not send notification emails ... --- libs/Format/Confluence/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/Format/Confluence/Api.php b/libs/Format/Confluence/Api.php index 260c6be..79de0a6 100644 --- a/libs/Format/Confluence/Api.php +++ b/libs/Format/Confluence/Api.php @@ -160,7 +160,7 @@ class Api 'type' => 'page', 'space' => ['key' => $this->space], 'ancestors' => [['type' => 'page', 'id' => $parent_id]], - 'version' => ['number' => $newVersion, "minorEdit" => false], + 'version' => ['number' => $newVersion, "minorEdit" => true], 'title' => $title, 'body' => ['storage' => ['value' => $content, 'representation' => 'storage']] ];