Massive update to plugin system architecture. Please test! Not all core plugins...
[squirrelmail.git] / src / view_html.php
index 5e7df7c6b15904c187e6c553dde2c9098289d7ac..cddde4c7be754ffc157d5b910d9ebfbe23ba9da8 100644 (file)
@@ -56,8 +56,7 @@ $encoding = strtolower($header->encoding);
 
 $body = mime_fetch_body($imap_stream, $passed_id, $ent_id);
 $body = decodeBody($body, $encoding);
-$hookResults = do_hook('message_body', $body);
-$body = $hookResults[1];
+do_hook('message_body', $body);
 
 /**
  * TODO: check if xtra_code is needed.