I would like to provide editors with access to NGGallery, i found this line in the code
$role = get_role('administrator');
i changed it to
$role = get_role('editor');
now the editor and administrator groups can both manage the galleries, is this a settings change that will cause issues later on?
Thanks