Fix link to base Horde test page
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 5 Jan 2011 08:45:26 +0000 (01:45 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 5 Jan 2011 08:54:24 +0000 (01:54 -0700)
horde/test.php

index 3ff5eec..c828ab1 100644 (file)
@@ -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. */