Ticket #4364: 4364.diff
| File 4364.diff, 461 bytes (added by , 19 years ago) |
|---|
-
branches/2.2/wp-includes/cache.php
279 279 $data = ''; 280 280 281 281 $this->cache[$group][$id] = $data; 282 unset ($this->non_existant_objects[$group][$id]);282 @unset ($this->non_existant_objects[$group][$id]); 283 283 $this->dirty_objects[$group][] = $id; 284 284 285 285 return true;