Show
Ignore:
Timestamp:
02/02/08 18:42:09 (1 year ago)
Author:
ryan
Message:

Some notice fixes from Nazgul. fixes #3155

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/cache.php

    r6543 r6711  
    354354 
    355355        $this->cache[$group][$id] = $data; 
    356         unset ($this->non_existant_objects[$group][$id]); 
     356 
     357        if(isset($this->non_existant_objects[$group][$id])) 
     358            unset ($this->non_existant_objects[$group][$id]); 
    357359 
    358360        return true;