Skip to content

Commit

Permalink
The last shall be first and the first shall be last...
Browse files Browse the repository at this point in the history
  • Loading branch information
Talamar1 committed Sep 20, 2015
1 parent 6a475e4 commit 6aa158c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ public String run(Attribute attribute, dObject object) {
if (index.equalsIgnoreCase("last")) {
remove = list.size() - 1;
}
else if (index.equalsIgnoreCase("last")){
else if (index.equalsIgnoreCase("first")) {
remove = 0;
}
else {
Expand Down

0 comments on commit 6aa158c

Please sign in to comment.