Skip to content

Commit 6e7cc78

Browse files
committed
Use proper method name
1 parent bd81216 commit 6e7cc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files/command/scan.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
198198
*/
199199
protected function checkForInterruption($output) {
200200
if ($this->hasBeenInterrupted()) {
201-
$this->presentResults($output);
201+
$this->presentStats($output);
202202
exit;
203203
}
204204
}

0 commit comments

Comments
 (0)