mirror of
https://github.com/friendica/friendica
synced 2025-02-14 06:14:01 +00:00
Merge pull request #14752 from MrPetovan/bug/fatal-errors
Add expected final return in Console\Storage->doMove
This commit is contained in:
commit
db93456027
1 changed files with 9 additions and 7 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