function og_update_5702 in Organic groups 5.8
Same name and namespace in other branches
- 5 og.install \og_update_5702()
- 5.3 og.install \og_update_5702()
- 5.7 og.install \og_update_5702()
Force menu rebuild since subscribe/unsubscribe paths are better protected now.
File
- ./
og.install, line 482
Code
function og_update_5702() {
$ret[] = array(
'success' => TRUE,
'query' => 'Menu has been rebuilt.',
);
menu_rebuild();
return $ret;
}