1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-11 09:14:58 +02:00
This commit is contained in:
Ryan Cramer
2022-05-27 10:47:26 -04:00
parent 6667caa1d0
commit 2cf811f76c

View File

@@ -807,7 +807,7 @@ class ProcessPagesExportImport extends Process {
$changes = $page->get('_importChanges');
$importType = $page->get('_importType');
$languages = $this->wire('languages');
$numChanges = count($changes);
$numChanges = wireCount($changes);
$originalID = (int) $item['settings']['id'];
$out = '';