From 806fbb783b69d97cc3bd3fc6a4b8a7baf9f16d0c Mon Sep 17 00:00:00 2001 From: Huabing Zhao Date: Thu, 24 May 2018 17:30:26 +0800 Subject: [PATCH] use identififer to get disqus comment Signed-off-by: Huabing Zhao --- api/getcomments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/getcomments.php b/api/getcomments.php index 94259b8..e17d84b 100644 --- a/api/getcomments.php +++ b/api/getcomments.php @@ -14,7 +14,7 @@ namespace Emojione; require_once('init.php'); -$thread = 'link:'.$website.$_GET['link']; +$thread = 'ident:'.$_GET['ident']; $fields = (object) array( 'forum' => DISQUS_SHORTNAME,