You are here

function manualcrop_update_7105 in Manual Crop 7

Grant the "Crop images" pemission to all user roles.

File

./manualcrop.install, line 319
Install, update and uninstall functions for the Manual Crop module.

Code

function manualcrop_update_7105(&$sandbox) {
  _manualcrop_grant_crop_permission();
}