Massive update to plugin system architecture. Please test! Not all core plugins...
[squirrelmail.git] / src / right_main.php
index 726b41d7d138476927804d549ca849144364c8b5..5f5c1e713cfa2f3558c837d8ebd31fa169b29a43 100644 (file)
@@ -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');