Skip to content

Commit

Permalink
fix invalid xml error msg on xml page when leaving page with no changes
Browse files Browse the repository at this point in the history
Signed-off-by: egouge <[email protected]>
  • Loading branch information
egouge committed Mar 5, 2015
1 parent a7db9aa commit c85f9be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public boolean isValid() {
}

public boolean okToLeave() {
boolean readyToLeave = false;
boolean readyToLeave = true;
if (dirty) { //!dirty was a condition -- not required for the moment
readyToLeave = updateSLD();
}
Expand Down

0 comments on commit c85f9be

Please sign in to comment.