Plugin Directory

Changeset 633229


Ignore:
Timestamp:
12/02/2012 11:14:30 PM (13 years ago)
Author:
AHWEBDEV
Message:

fix error url of comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • facebook-awd-seo-comments/trunk/inc/classes/class.AWD_facebook_comments_base.php

    r633227 r633229  
    7777        if($this->comments_url == '')
    7878            return false;
    79         $fql = "SELECT comments_fbid,commentsbox_count,comment_count FROM link_stat WHERE url='http://www.ahwebdev.fr/plugins/facebook-awd.html'";
     79        $fql = "SELECT comments_fbid,commentsbox_count,comment_count FROM link_stat WHERE url='".$this->comments_url."'";
    8080        try {
    8181            $fql_url_object = $this->AWD_facebook->fcbk->api(array('method'=>'fql.query','query'=>$fql));
Note: See TracChangeset for help on using the changeset viewer.