Index: branches/RL2/extensions/Gadgets/backend/LocalGadgetRepo.php |
— | — | @@ -204,7 +204,7 @@ |
205 | 205 | $toCache[$row->gd_id] = null; |
206 | 206 | } |
207 | 207 | // Write to memc |
208 | | - $wgMemc->set( $key, $toCache ); |
| 208 | + $wgMemc->set( $this->namesKey, $toCache ); |
209 | 209 | $this->namesLoaded = true; |
210 | 210 | return array_keys( $this->data ); |
211 | 211 | } |