Skip to content

Commit

Permalink
fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
fenjuly committed Oct 1, 2014
1 parent 7defb15 commit da1aa81
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,8 @@ protected Integer doInBackground(String... params) {
String content = "";
if (posts.get(Integer.valueOf(params[2]) - 1).content.startsWith("%%%%%")) {
content = posts.get(Integer.valueOf(params[2]) - 1).content.substring("%%%%%".length());
} else {
content = posts.get(Integer.valueOf(params[2]) - 1).content;
}
noticetrimstr = "[quote][size=2][url=forum.php?mod=redirect&goto=findpost&pid="
+ posts.get(Integer.valueOf(params[2]) - 1).pid
Expand Down

0 comments on commit da1aa81

Please sign in to comment.