James Moger
2014-03-09 328346fbed4c620cd0ad675ab03551d9790fb3e3
src/main/java/com/gitblit/tickets/TicketNotifier.java
@@ -489,6 +489,7 @@
      instructions = instructions.replace("${ticketRef}", ticketBranch);
      instructions = instructions.replace("${patchsetRef}", patchsetBranch);
      instructions = instructions.replace("${reviewBranch}", reviewBranch);
      instructions = instructions.replace("${ticketBranch}", ticketBranch);
      return instructions;
   }