James Moger
2014-09-17 ad3d2ca074cd3cf9c554f57c53b22f0de6abede9
src/main/java/com/gitblit/models/TicketModel.java
@@ -637,7 +637,7 @@
      }
      public boolean hasComment() {
         return comment != null && !comment.isDeleted();
         return comment != null && !comment.isDeleted() && comment.text != null;
      }
      public Comment comment(String text) {