From: Michael M Slusarz Date: Wed, 5 Jan 2011 08:45:26 +0000 (-0700) Subject: Fix link to base Horde test page X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=04149db35fd12fc32f731ab25f4c1ebec07a0c99;p=horde.git Fix link to base Horde test page --- diff --git a/horde/test.php b/horde/test.php index 3ff5eeced..c828ab1f5 100644 --- a/horde/test.php +++ b/horde/test.php @@ -97,7 +97,7 @@ if ($session && !$session->exists('horde', 'test_count')) { $test_templates = HORDE_TEMPLATES . '/test'; /* Self URL. */ -$url = Horde::url('test.php'); +$url = Horde::url('test.php', false, array('app' => 'horde')); $self_url = $url->copy()->add('app', $app); /* Handle special modes. */