function fb_autopost_update_7101 in Facebook Autopost 7
Enable the new dependency.
File
- ./
fb_autopost.install, line 98 - Install file to support fb_autopost.module
Code
function fb_autopost_update_7101(&$sandbox) {
module_enable(array(
'fb_permissions',
));
}