mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Some notice fixes from Nazgul. fixes #3155
git-svn-id: https://develop.svn.wordpress.org/trunk@6711 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -353,7 +353,9 @@ class WP_Object_Cache {
|
||||
$data = '';
|
||||
|
||||
$this->cache[$group][$id] = $data;
|
||||
unset ($this->non_existant_objects[$group][$id]);
|
||||
|
||||
if(isset($this->non_existant_objects[$group][$id]))
|
||||
unset ($this->non_existant_objects[$group][$id]);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user