X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryIWLinks.php;h=30c7f5a801076c621d98dec925943b2bb6b7bdde;hb=6e930328fa65926c97c7ed14dc53e465f2b8c541;hp=e32e287560372dcb8c8abec64694241de4c1ed51;hpb=4f5d2386f35384cea26db6f1ea6d7b5e425b8435;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryIWLinks.php b/includes/api/ApiQueryIWLinks.php index e32e287560..30c7f5a801 100644 --- a/includes/api/ApiQueryIWLinks.php +++ b/includes/api/ApiQueryIWLinks.php @@ -66,7 +66,7 @@ class ApiQueryIWLinks extends ApiQueryBase { $db = $this->getDB(); $iwlfrom = intval( $cont[0] ); $iwlprefix = $db->addQuotes( $cont[1] ); - $iwltitle = $db->addQuotes( $this->titleToKey( $cont[2] ) ); + $iwltitle = $db->addQuotes( $cont[2] ); $this->addWhere( "iwl_from $op $iwlfrom OR " . "(iwl_from = $iwlfrom AND " .