Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: TopBBSManager.java
- ===================================================================
- --- TopBBSManager.java (revision 5225)
- +++ TopBBSManager.java (working copy)
- @@ -52,7 +52,7 @@
- {
- StringTokenizer st = new StringTokenizer(command, ";");
- st.nextToken();
- - int idp = Integer.parseInt(st.nextToken());
- + String idp = st.nextToken();
- String content = HtmCache.getInstance().getHtm(activeChar.getHtmlPrefix(), "data/html/CommunityBoard/" + idp + ".htm");
- if (content == null)
- {
Advertisement
Add Comment
Please, Sign In to add comment