|
@@ -95,7 +95,7 @@ function plugin_listcommands_menu_do() {
|
|
} else {
|
|
} else {
|
|
$url = "plugins/listcommands/mailout.php?action=$cmd&";
|
|
$url = "plugins/listcommands/mailout.php?action=$cmd&";
|
|
}
|
|
}
|
|
- $url .= 'send_to=' . str_replace('?','&', $act);
|
|
|
|
|
|
+ $url .= 'send_to=' . urlencode($act);
|
|
|
|
|
|
$links[$cmd] = makeComposeLink($url, $fieldsdescr[$cmd]);
|
|
$links[$cmd] = makeComposeLink($url, $fieldsdescr[$cmd]);
|
|
|
|
|