Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix_last_query_on_detail'
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Lobzin committed Mar 28, 2017
2 parents 7f4537b + 9ae402f commit e0aef24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Eludia/Content/Handler.pm
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,6 @@ sub adjust_last_query_string {
or $_REQUEST {__last_query_string} != $_PREVIOUS_REQUEST -> {__last_query_string}
or $_REQUEST {type} ne $_PREVIOUS_REQUEST -> {type}
or $_REQUEST {__next_query_string}
or $_REQUEST {salt} ne $_PREVIOUS_REQUEST -> {salt}
or $_PREVIOUS_REQUEST -> {__edit}
or return;

Expand Down

0 comments on commit e0aef24

Please sign in to comment.