diff --git a/htdocs/website/class/websitepage.class.php b/htdocs/website/class/websitepage.class.php index 5e611053f9b..8cb38a10799 100644 --- a/htdocs/website/class/websitepage.class.php +++ b/htdocs/website/class/websitepage.class.php @@ -630,7 +630,7 @@ class WebsitePage extends CommonObject } if (!$error) { - $result = $this->deleteCommon($user, $trigger); + $result = $this->deleteCommon($user, $notrigger); if ($result <= 0) { $error++; }