Clarify comment on $wgRateLimits.
[lhc/web/wiklou.git] / includes / LinkBatch.php
index 20bcd3d..db1114c 100644 (file)
@@ -34,7 +34,7 @@ class LinkBatch {
                        $this->data[$ns] = array();
                }
 
-               $this->data[$ns][$dbkey] = 1;
+               $this->data[$ns][str_replace( ' ', '_', $dbkey )] = 1;
        }
 
        /**