fix frontend usage
This commit is contained in:
parent
e3243e8705
commit
dc2bd1f701
1 changed files with 4 additions and 1 deletions
|
@ -15,5 +15,8 @@ use Dotclear\Module\MyPlugin;
|
|||
*/
|
||||
class My extends MyPlugin
|
||||
{
|
||||
// use default permissions
|
||||
protected static function checkCustomContext(int $context): ?bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue