Skip to content

Commit

Permalink
remove duplicated clauses for fixDate
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Dec 22, 2013
1 parent 3e372f1 commit 6f0b553
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class FeedMatchesController extends BaseController {
}
if (params.notFixedFilter && params.notFixedFilter != "0") {
le('editDate', cal.getTime())
isNull('fixDate')
}
if (params.categoryFilter) {
eq('ruleCategory', params.categoryFilter)
Expand All @@ -109,7 +108,6 @@ class FeedMatchesController extends BaseController {
}
if (params.notFixedFilter && params.notFixedFilter != "0") {
le('editDate', cal.getTime())
isNull('fixDate')
}
if (params.categoryFilter) {
eq('ruleCategory', params.categoryFilter)
Expand Down

0 comments on commit 6f0b553

Please sign in to comment.