diff --git a/wire/core/PagesEditor.php b/wire/core/PagesEditor.php index ca5ce589..67ac4194 100644 --- a/wire/core/PagesEditor.php +++ b/wire/core/PagesEditor.php @@ -984,7 +984,7 @@ class PagesEditor extends Wire { * */ public function saveStatus(Page $page) { - return $this->savePageStatus($page, $page->status) > 0; + return $this->savePageStatus($page, $page->status, false, 2) > 0; } /**