X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2FLinkBatch.php;h=db1114c93875295b0e70f880269a6af3caa6820b;hb=37c14c19a90667081b8c10f895b242e141192fdf;hp=20bcd3d44ef48211356b7c8f167618d23b17221e;hpb=4dc0ddc86a04fbdc03e22fd95f57d2e5c4ae9f3a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/LinkBatch.php b/includes/LinkBatch.php index 20bcd3d44e..db1114c938 100644 --- a/includes/LinkBatch.php +++ b/includes/LinkBatch.php @@ -34,7 +34,7 @@ class LinkBatch { $this->data[$ns] = array(); } - $this->data[$ns][$dbkey] = 1; + $this->data[$ns][str_replace( ' ', '_', $dbkey )] = 1; } /**