Skip to content

Commit

Permalink
use identififer to get disqus comment
Browse files Browse the repository at this point in the history
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed May 24, 2018
1 parent 828f251 commit 806fbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/getcomments.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 806fbb7

Please sign in to comment.