Skip to content

Commit a6bca9b

Browse files
authored
Merge pull request #2173 from bozana/12017
pkp/pkp-lib#12017 remove double filter withContextIds()
2 parents bf54416 + 14fbee2 commit a6bca9b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plugins/importexport/csv/CSVImportExportPlugin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ public function executeCLI($scriptName, &$args)
164164
}
165165

166166
$authorGroup = UserGroup::withContextIds([$press->getId()])
167-
->withContextIds([$press->getId()])
168167
->withRoleIds([Role::ROLE_ID_AUTHOR])
169168
->isDefault(true)
170169
->get()

0 commit comments

Comments
 (0)