Browse Source

Make listcommands plugin work again w.r.t. smaction

Thijs Kinkhorst 22 năm trước cách đây
mục cha
commit
5bb2c1ca8a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      plugins/listcommands/setup.php

+ 1 - 1
plugins/listcommands/setup.php

@@ -66,7 +66,7 @@ function plugin_listcommands_menu() {
 	        $url .= '&passed_id='.$passed_id.
 	        $url .= '&passed_id='.$passed_id.
 		        '&mailbox='.urlencode($mailbox).
 		        '&mailbox='.urlencode($mailbox).
 		        (isset($passed_ent_id)?'&passed_ent_id='.$passed_ent_id:'');
 		        (isset($passed_ent_id)?'&passed_ent_id='.$passed_ent_id:'');
-                $url .= '&action=reply';
+                $url .= '&smaction=reply';
 
 
                 $output[] = makeComposeLink($url, $fieldsdescr['reply']);
                 $output[] = makeComposeLink($url, $fieldsdescr['reply']);
             }
             }