another false-for-error
darcs-hash:20080926164532-5ed1f-1ed3922f205dea0805c7a77618fdf8c9e1a4de02.gz
This commit is contained in:
		@@ -37,7 +37,7 @@ class Memcached_DataObject extends DB_DataObject
 | 
			
		||||
			return $i;
 | 
			
		||||
		} else {
 | 
			
		||||
			$i = DB_DataObject::staticGet($cls, $k, $v);
 | 
			
		||||
			if (!is_null($i)) {
 | 
			
		||||
			if ($i) {
 | 
			
		||||
				$i->encache();
 | 
			
		||||
			}
 | 
			
		||||
			return $i;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user