This commit is contained in:
parent
d899509c25
commit
becda3e876
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite
|
|||
$value = unserialize($tmp[$name]);
|
||||
if($value === false)
|
||||
throw new Doctrine_Exception("Unserialization of $name failed. ".var_dump($tmp[$name],true));
|
||||
print_r($value);
|
||||
|
||||
$this->data[$name] = $value;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue