From 793f7e3ae3df9c5b42a7a2b8b88fabf456f2f9ef Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 11 Jan 2025 10:42:18 +0100 Subject: [PATCH] change levels --- src/My.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/My.php b/src/My.php index 9629380..03d4bb5 100644 --- a/src/My.php +++ b/src/My.php @@ -22,8 +22,8 @@ use Dotclear\Module\MyPlugin; class My extends MyPlugin { public const PERMISSION_SUBSCRIBER = 'subscriber'; - public const POST_SUBSCRIBED = -200; - public const POST_READY = -100; - public const POST_PROOFREAD = -110; - public const POST_DRAFT = -120; + public const POST_SUBSCRIBED = -110; + public const POST_READY = -111; + public const POST_PROOFREAD = -112; + public const POST_DRAFT = -113; }