Skip to content

Commit

Permalink
fix for clearIssueObjectsPubIds
Browse files Browse the repository at this point in the history
  • Loading branch information
bozana committed Apr 24, 2023
1 parent bd61fc9 commit cdbe4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/publication/DAO.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public function deletePubId($pubObjectId, $pubIdType)
{
DB::table($this->settingsTable)
->where('publication_id', (int) $pubObjectId)
->where('setting_name', '=', $pubIdType)
->where('setting_name', '=', 'pub-id::' . $pubIdType)
->delete();
}

Expand Down

0 comments on commit cdbe4f9

Please sign in to comment.