Skip to content
Snippets Groups Projects
Commit 82a269f2 authored by Tommaso Basilici's avatar Tommaso Basilici
Browse files

issue #2584 - also finds duplicates on same file

parent 25eeff4f
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ foreach ($langstrings_3d AS $filename => $file) {
$keys = array_keys($langstrings_full, $value);
if (count($keys)>1) {
foreach ($keys AS $key) {
$dups[$value][$filename] = $linenum;
$dups[$value][$filename][$linenum] = '';
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment