Skip to content

Commit

Permalink
Update SharedStrings.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanko2000 authored Jun 17, 2021
1 parent d2f6d5c commit 62bb8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tasks/SharedStrings.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ public function merge($zip_dir = null) {
$mapping[$i] = count($shared_strings) - 1;
}
}

$target->documentElement->setAttribute('uniqueCount',count($shared_strings)); // <-- update uniqueCount
$target->save($target_filename);

return $mapping;
}
}
}

0 comments on commit 62bb8d9

Please sign in to comment.