category]) || !file_exists($beanFiles[$beanList[$actionobj->category]])) { if (!isset($_REQUEST['upgradeWizard'])) { echo sprintf('Removing "%s" ACL for module "%s"
', $actionobj->name, $actionobj->category); } $foundOne = true; ACLAction::removeActions($actionobj->category); } } if (!$foundOne) { echo 'No ACL modules found that needed to be removed'; } }