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,