Hiram R. Chirino 2007-06-06 22:09:57 +00:00
parent f27715bcd9
commit 415f35b208
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ public abstract class MessageServletSupport extends HttpServlet {
} }
else if (destinationName.startsWith("channel://")) else if (destinationName.startsWith("channel://"))
{ {
is_topic=true; is_topic=false;
destinationName=destinationName.substring(10); destinationName=destinationName.substring(10);
} }
else else