### Eclipse Workspace Patch 1.0 #P trunk Index: src/sites/all/modules/send/send.install =================================================================== --- src/sites/all/modules/send/send.install (revision 4800) +++ src/sites/all/modules/send/send.install (working copy) @@ -526,7 +526,7 @@ // Don't create a bunch of duplicate entries. $hash = md5($row->body . $format); if (!isset($templates[$hash])) { - $template = (object) array( + $template = array( 'name' => '', 'status' => 1, 'body' => $row->value,