Skip to content

Commit

Permalink
Revert "Don't think this will be needed."
Browse files Browse the repository at this point in the history
This reverts commit a03725d.
  • Loading branch information
mrubinsk committed Jan 30, 2015
1 parent eea8d2e commit 069f083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Compress/lib/Horde/Compress/Tnef.php
Expand Up @@ -560,7 +560,7 @@ protected function _decodeMessageProperty(&$data)
$this->_files[] = $this->_currentObject;
break;
case self::IPM_TASK_REQUEST:
$this->_currentObject = new Horde_Compress_Tnef_VTodo($this->_logger, null);
$this->_currentObject = new Horde_Compress_Tnef_VTodo($this->_logger, null, array('parent' => &$this));
$this->_files[] = $this->_currentObject;
break;
}
Expand Down

0 comments on commit 069f083

Please sign in to comment.