mirror of
https://github.com/friendica/friendica
synced 2025-04-13 03:59:08 +00:00
Add expected final return in Console\Storage->doMove
- Address https://github.com/friendica/friendica/issues/14646#issuecomment-2621372228
This commit is contained in:
parent
3791635143
commit
13214843d8
1 changed files with 2 additions and 0 deletions
|
@ -192,5 +192,7 @@ HELP;
|
|||
} while ($moved);
|
||||
|
||||
$this->out(sprintf(date('[Y-m-d H:i:s] ') . 'Moved %d files total', $total));
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue