From fea9d7f509267f71d7e912e5838515534cd7c214 Mon Sep 17 00:00:00 2001 From: Touhidur Rahman Date: Fri, 29 Nov 2024 14:05:07 +0600 Subject: [PATCH] pkp/pkp-lib#10292 user interest vocab const added --- tools/cleanReviewerInterests.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/cleanReviewerInterests.php b/tools/cleanReviewerInterests.php index ebeb2a2e781..8c923500fb4 100755 --- a/tools/cleanReviewerInterests.php +++ b/tools/cleanReviewerInterests.php @@ -90,7 +90,9 @@ public function execute() protected function _getOrphanVocabInterests(): Collection { $controlledVocab = Repo::controlledVocab()->build( - UserInterest::CONTROLLED_VOCAB_INTEREST + UserInterest::CONTROLLED_VOCAB_INTEREST, + UserInterest::CONTROLLED_VOCAB_INTEREST_ASSOC_TYPE, + UserInterest::CONTROLLED_VOCAB_INTEREST_ASSOC_ID ); return ControlledVocabEntry::query()