mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 14:03:27 +00:00
Fix CS lib/classes
This commit is contained in:
@@ -98,7 +98,7 @@ class module_console_systemExport extends Command
|
||||
|
||||
$export_directory = realpath(substr($directory, 0, 1) === '/' ? $directory : getcwd() . '/' . $directory . '/');
|
||||
|
||||
if ( ! $export_directory) {
|
||||
if (! $export_directory) {
|
||||
throw new Exception('Export directory does not exists or is not accessible');
|
||||
}
|
||||
|
||||
@@ -147,7 +147,7 @@ class module_console_systemExport extends Command
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! $go) {
|
||||
if (! $go) {
|
||||
$output->writeln(sprintf("Collections not selected, bypassing ..."));
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user