change levels
This commit is contained in:
parent
2ce94d046b
commit
793f7e3ae3
1 changed files with 4 additions and 4 deletions
|
@ -22,8 +22,8 @@ use Dotclear\Module\MyPlugin;
|
||||||
class My extends MyPlugin
|
class My extends MyPlugin
|
||||||
{
|
{
|
||||||
public const PERMISSION_SUBSCRIBER = 'subscriber';
|
public const PERMISSION_SUBSCRIBER = 'subscriber';
|
||||||
public const POST_SUBSCRIBED = -200;
|
public const POST_SUBSCRIBED = -110;
|
||||||
public const POST_READY = -100;
|
public const POST_READY = -111;
|
||||||
public const POST_PROOFREAD = -110;
|
public const POST_PROOFREAD = -112;
|
||||||
public const POST_DRAFT = -120;
|
public const POST_DRAFT = -113;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue