kopia lustrzana https://github.com/nextcloud/social
rodzic
1680d18b4d
commit
3af6dcb1ca
|
@ -273,7 +273,7 @@ class MigrateAlpha3 extends Base {
|
||||||
$output->write('Found ' . count($fullContent) . ' entries');
|
$output->write('Found ' . count($fullContent) . ' entries');
|
||||||
$m = $copied = 0;
|
$m = $copied = 0;
|
||||||
foreach ($fullContent as $entry) {
|
foreach ($fullContent as $entry) {
|
||||||
if ($m % 50 == 0) {
|
if ($m % 50 === 0) {
|
||||||
$output->write('.');
|
$output->write('.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue