Merge pull request #883 from JamesTheSergal/master
fix no handler for 'bulk_download'
This commit is contained in:
@ -89,6 +89,7 @@ new UserClass("user", "base", [
|
|||||||
Permissions::SEND_PM => true,
|
Permissions::SEND_PM => true,
|
||||||
Permissions::READ_PM => true,
|
Permissions::READ_PM => true,
|
||||||
Permissions::SET_PRIVATE_IMAGE => true,
|
Permissions::SET_PRIVATE_IMAGE => true,
|
||||||
|
Permissions::PERFORM_BULK_ACTIONS => true,
|
||||||
Permissions::BULK_DOWNLOAD => true,
|
Permissions::BULK_DOWNLOAD => true,
|
||||||
Permissions::CHANGE_USER_SETTING => true
|
Permissions::CHANGE_USER_SETTING => true
|
||||||
]);
|
]);
|
||||||
|
Reference in New Issue
Block a user