X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryIWLinks.php;h=30c7f5a801076c621d98dec925943b2bb6b7bdde;hb=6e930328fa65926c97c7ed14dc53e465f2b8c541;hp=7e69513b2f79463bbc2f398b427981628fbc9d8b;hpb=03f81522c5a7a0aa758a30183288709f17f36cb9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryIWLinks.php b/includes/api/ApiQueryIWLinks.php index 7e69513b2f..30c7f5a801 100644 --- a/includes/api/ApiQueryIWLinks.php +++ b/includes/api/ApiQueryIWLinks.php @@ -5,7 +5,7 @@ * Created on May 14, 2010 * * Copyright © 2010 Sam Reed - * Copyright © 2006 Yuri Astrakhan @gmail.com + * Copyright © 2006 Yuri Astrakhan "@gmail.com" * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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 " .