remove fixme comment when not needed anymore
This commit is contained in:
@@ -163,11 +163,7 @@ class Install extends ContainerAwareCommand
|
||||
}
|
||||
|
||||
if (false === $isValid) {
|
||||
$output->writeln(array(
|
||||
"",
|
||||
"<error>Please put correct permissions and reload install process</error>"
|
||||
));
|
||||
exit;
|
||||
throw new \RuntimeException('Please put correct permissions and reload install process');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user