Fix link generation.
authorJan Schneider <jan@horde.org>
Sat, 7 Nov 2009 18:52:44 +0000 (19:52 +0100)
committerJan Schneider <jan@horde.org>
Mon, 9 Nov 2009 16:08:18 +0000 (17:08 +0100)
turba/lib/Driver.php

index 4e08213..662b60e 100644 (file)
@@ -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;