From: Jan Schneider Date: Sat, 7 Nov 2009 18:52:44 +0000 (+0100) Subject: Fix link generation. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=22820e49cf0cdf148633f707ed7ed0edd5176b78;p=horde.git Fix link generation. --- diff --git a/turba/lib/Driver.php b/turba/lib/Driver.php index 4e08213a1..662b60eec 100644 --- a/turba/lib/Driver.php +++ b/turba/lib/Driver.php @@ -641,7 +641,7 @@ class Turba_Driver 'recurrence' => array('type' => 5, 'interval' => 1), 'params' => array('source' => $this->name, 'key' => $key), - 'link' => Horde_Util::addParameter(Horde::applicationUrl('contact.php', true), array('source' => $this->name, 'key' => $key))); + 'link' => Horde_Util::addParameter(Horde::applicationUrl('contact.php', true), array('source' => $this->name, 'key' => $key), null, false)); } return $t_objects;