Description is already in title.
I added this to my local copy and was able to access the settings page
/** * Implementation of hook_perm(). */ function swfupload_perm() { return array('administer swfupload'); }
fixed and committed.
Automatically closed -- issue fixed for two weeks with no activity.
Comments
Comment #1
chachasikes commentedI added this to my local copy and was able to access the settings page
/**
* Implementation of hook_perm().
*/
function swfupload_perm() {
return array('administer swfupload');
}
Comment #2
skilip commentedfixed and committed.