Skip to content

Commit

Permalink
*8154* Fixed column name
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Mar 12, 2013
1 parent 8658e94 commit 3d3925d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/submission/editor/EditorSubmissionDAO.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function &_getUnfilteredEditorSubmissions($journalId, $sectionId = 0, $editorId
}

if ($editorId) {
$searchSql .= ' AND ea.user_id = ?';
$searchSql .= ' AND ea.editor_id = ?';
$params[] = $editorId;
}

Expand Down

0 comments on commit 3d3925d

Please sign in to comment.