Make WordPress Core

Ticket #4364: 4364.diff

File 4364.diff, 461 bytes (added by rob1n, 19 years ago)
  • branches/2.2/wp-includes/cache.php

     
    279279                        $data = '';
    280280
    281281                $this->cache[$group][$id] = $data;
    282                 unset ($this->non_existant_objects[$group][$id]);
     282                @unset ($this->non_existant_objects[$group][$id]);
    283283                $this->dirty_objects[$group][] = $id;
    284284
    285285                return true;