Browse Source

not sure, why message details provides this hook. If it have other effects
than breaking plugins with this hook, let me know.

tokul 21 years ago
parent
commit
dbac74524f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      plugins/message_details/setup.php

+ 0 - 1
plugins/message_details/setup.php

@@ -18,7 +18,6 @@ function squirrelmail_plugin_init_message_details()
 {
 {
   global $squirrelmail_plugin_hooks;
   global $squirrelmail_plugin_hooks;
 
 
-  do_hook('read_body_header_right');
   $squirrelmail_plugin_hooks['read_body_header_right']['message_details'] = 'show_message_details';
   $squirrelmail_plugin_hooks['read_body_header_right']['message_details'] = 'show_message_details';
 }
 }