projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
416269a
)
Fix link to base Horde test page
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 5 Jan 2011 08:45:26 +0000
(
01:45
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 5 Jan 2011 08:54:24 +0000
(
01:54
-0700)
horde/test.php
patch
|
blob
|
history
diff --git
a/horde/test.php
b/horde/test.php
index
3ff5eec
..
c828ab1
100644
(file)
--- 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. */