1
0
mirror of synced 2025-01-18 06:21:40 +03:00
This commit is contained in:
doctrine 2006-07-30 21:37:54 +00:00
parent d899509c25
commit becda3e876

View File

@ -273,7 +273,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite
$value = unserialize($tmp[$name]); $value = unserialize($tmp[$name]);
if($value === false) if($value === false)
throw new Doctrine_Exception("Unserialization of $name failed. ".var_dump($tmp[$name],true)); throw new Doctrine_Exception("Unserialization of $name failed. ".var_dump($tmp[$name],true));
print_r($value);
$this->data[$name] = $value; $this->data[$name] = $value;
} }
break; break;