Make WordPress Core


Ignore:
Timestamp:
02/02/2008 06:42:09 PM (17 years ago)
Author:
ryan
Message:

Some notice fixes from Nazgul. fixes #3155

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.