add fixme
[squirrelmail.git] / plugins / preview_pane / setup.php
index e0ac59fa91cef1eb34fc2d6df681b458818a7289..4ee0b969ae9e62506f87fc5870c200012a7590a1 100644 (file)
@@ -112,11 +112,11 @@ function preview_pane_message_list()
   * (and possibly refresh message list as well)
   *
   */
   * (and possibly refresh message list as well)
   *
   */
-function preview_pane_change_message_target()
+function preview_pane_change_message_target($args)
 {
 
   include_once(SM_PATH . 'plugins/preview_pane/functions.php');
 {
 
   include_once(SM_PATH . 'plugins/preview_pane/functions.php');
-  preview_pane_change_message_target_do();
+  preview_pane_change_message_target_do($args);
 
 }
 
 
 }