@@ -62,7 +62,7 @@ |
||
| 62 | 62 | if (is_array($searchResult) && $searchResult['MODULE'] == 'main') |
| 63 | 63 | { |
| 64 | 64 | list(, $path) = explode("|", $searchResult["ID"], 2); |
| 65 | - $output->writeln("\r " . $path, OutputInterface::VERBOSITY_VERBOSE); |
|
| 65 | + $output->writeln("\r ".$path, OutputInterface::VERBOSITY_VERBOSE); |
|
| 66 | 66 | } |
| 67 | 67 | } while (is_array($searchResult)); |
| 68 | 68 | |