Commit 2ef87abe authored by Liang Ding's avatar Liang Ding

💄 #12494

parent 526e2b84
...@@ -66,7 +66,7 @@ import static org.b3log.solo.model.Article.ARTICLE_CONTENT; ...@@ -66,7 +66,7 @@ import static org.b3log.solo.model.Article.ARTICLE_CONTENT;
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 1.6.16.4, Sep 1, 2018 * @version 1.6.16.5, Sep 2, 2018
* @since 0.3.1 * @since 0.3.1
*/ */
@Service @Service
...@@ -549,6 +549,7 @@ public class Filler { ...@@ -549,6 +549,7 @@ public class Filler {
comment.put(Comment.COMMENT_URL, comment.getString(Comment.COMMENT_URL)); comment.put(Comment.COMMENT_URL, comment.getString(Comment.COMMENT_URL));
comment.put(Common.IS_REPLY, false); comment.put(Common.IS_REPLY, false);
comment.remove(Comment.COMMENT_EMAIL); // Erases email for security reason comment.remove(Comment.COMMENT_EMAIL); // Erases email for security reason
comment.put("commentDate2", comment.opt(Comment.COMMENT_DATE));
final String email = comment.optString(Comment.COMMENT_EMAIL); final String email = comment.optString(Comment.COMMENT_EMAIL);
final String thumbnailURL = comment.optString(Comment.COMMENT_THUMBNAIL_URL); final String thumbnailURL = comment.optString(Comment.COMMENT_THUMBNAIL_URL);
......
Subproject commit a3a62871fb868cfa4e57893e0027f7e72c2fa69f Subproject commit 3a4d58638d6bd1d426259009a35fe2a225664952
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment