Skip to content

Commit

Permalink
one more fix for d18e5c6
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Feb 2, 2015
1 parent 2aa45d4 commit 564d980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/eventum/class.notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@ public static function getSubscribers($issue_id, $type = null, $min_role = null)
WHERE
sub_id = sbt_sub_id AND
sub_iss_id=?";
$params[] = $issue_id;
$params = array($issue_id);
if ($type) {
$stmt .= " AND\nsbt_type = ?";
$params[] = $type;
Expand Down

0 comments on commit 564d980

Please sign in to comment.