mirror of
https://github.com/typemill/typemill.git
synced 2025-08-10 16:14:20 +02:00
Version 1.3.8: Roles and Rights
This commit is contained in:
@@ -213,7 +213,7 @@ class Settings
|
||||
$editor['permissions'] = [ 'mycontent' => ['delete', 'publish', 'unpublish'],
|
||||
'content' => ['create', 'update', 'delete', 'publish', 'unpublish']];
|
||||
|
||||
return [$member, $author, $editor];
|
||||
return ['member' => $member,'author' => $author, 'editor' => $editor];
|
||||
}
|
||||
|
||||
public static function createAcl($roles, $resources)
|
||||
|
Reference in New Issue
Block a user