Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit 8364eff

Browse files
committed
Ensure only unique hashes are stored
1 parent ef64059 commit 8364eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wpxf/wordpress/hash_dump.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def run
105105

106106
@current_row = 0
107107
emit_info 'Dumping user hashes...'
108-
hashes = dump_and_parse_hashes
108+
hashes = dump_and_parse_hashes.uniq
109109
output_hashdump_table(hashes)
110110

111111
export_hashes(hashes) if export_path

0 commit comments

Comments
 (0)