From: Michael M Slusarz Date: Fri, 2 Jul 2010 20:26:34 +0000 (-0600) Subject: More correct way of adding PATH_INFO to a URL X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d1f25581ea41cb1c343d2764254b1b01254bad31;p=horde.git More correct way of adding PATH_INFO to a URL --- diff --git a/imp/templates/dimp/chunks/compose.php b/imp/templates/dimp/chunks/compose.php index ec33c30cb..1dd485985 100644 --- a/imp/templates/dimp/chunks/compose.php +++ b/imp/templates/dimp/chunks/compose.php @@ -19,9 +19,12 @@ $save_attach = $GLOBALS['prefs']->getValue('save_attachments'); /* Determine if compose mode is disabled. */ $compose_disable = !IMP::canCompose(); +$compose_link = Horde::getServiceLink('ajax', 'imp'); +$compose_link->pathInfo = 'addAttachment'; + ?> -
+