From 04149db35fd12fc32f731ab25f4c1ebec07a0c99 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 5 Jan 2011 01:45:26 -0700 Subject: [PATCH] Fix link to base Horde test page --- horde/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.11.0