X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryIWBacklinks.php;h=c5012f085d8a0a63b9d2f31e5ee7047de39d47cb;hb=e6faa2fd76040d1cbadc6e439ecf51f8f4e52bd4;hp=ebeb56a19e6d103a5380e13b4b82be42b79a5091;hpb=4f5d2386f35384cea26db6f1ea6d7b5e425b8435;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryIWBacklinks.php b/includes/api/ApiQueryIWBacklinks.php index ebeb56a19e..c5012f085d 100644 --- a/includes/api/ApiQueryIWBacklinks.php +++ b/includes/api/ApiQueryIWBacklinks.php @@ -64,7 +64,7 @@ class ApiQueryIWBacklinks extends ApiQueryGeneratorBase { $db = $this->getDB(); $op = $params['dir'] == 'descending' ? '<' : '>'; $prefix = $db->addQuotes( $cont[0] ); - $title = $db->addQuotes( $this->titleToKey( $cont[1] ) ); + $title = $db->addQuotes( $cont[1] ); $from = intval( $cont[2] ); $this->addWhere( "iwl_prefix $op $prefix OR " .