X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fright_main.php;h=5f5c1e713cfa2f3558c837d8ebd31fa169b29a43;hp=726b41d7d138476927804d549ca849144364c8b5;hb=6e515418431c0a99f10705da21366fe7093f95b6;hpb=d849b5708d56913f760bf1fa7a377d602935a9cd diff --git a/src/right_main.php b/src/right_main.php index 726b41d7..5f5c1e71 100644 --- a/src/right_main.php +++ b/src/right_main.php @@ -267,7 +267,7 @@ if (isset($aMailbox['FORWARD_SESSION'])) { displayPageHeader($color, $mailbox); } -do_hook('right_main_after_header'); +do_hook('right_main_after_header', $null); /* display a message to the user that their mail has been sent */ if (isset($mail_sent) && $mail_sent == 'yes') { @@ -322,7 +322,7 @@ if ($aMailbox['EXISTS'] > 0) { $oTemplate->display('empty_folder.tpl'); } -do_hook('right_main_bottom'); +do_hook('right_main_bottom', $null); sqimap_logout ($imapConnection); $oTemplate->display('footer.tpl');