Commit becda3e8 authored by doctrine's avatar doctrine

--no commit message

--no commit message
parent d899509c
...@@ -273,7 +273,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment