Ojs\CoreBundle\Command\InstallCommand::fixAcls PHP Method

fixAcls() protected method

protected fixAcls ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface
    protected function fixAcls(OutputInterface $output)
    {
        $sb = '<fg=black;bg=green>';
        $se = '</fg=black;bg=green>';
        $this->getContainer()->get('core.acl_fixer')->fixAcl();
        $output->writeln($sb . 'ACL FIXED! ' . $se);
    }