James Moger
2014-09-17 a5962734a421184fef072d805424e15518633973
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) {