projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
107f4b2
)
Fix path
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 26 Jan 2011 19:42:47 +0000
(14:42 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 27 Jan 2011 01:00:38 +0000
(20:00 -0500)
turba/addressbooks/edit.php
patch
|
blob
|
history
diff --git
a/turba/addressbooks/edit.php
b/turba/addressbooks/edit.php
index
16d711b
..
c0e8fff
100644
(file)
--- a/
turba/addressbooks/edit.php
+++ b/
turba/addressbooks/edit.php
@@
-56,5
+56,5
@@
$vars->set('description', $addressbook->get('desc'));
$title = $form->getTitle();
require $registry->get('templates', 'horde') . '/common-header.inc';
require TURBA_TEMPLATES . '/menu.inc';
-echo $form->renderActive($form->getRenderer(), $vars, Horde::url('edit.php'), 'post');
+echo $form->renderActive($form->getRenderer(), $vars, Horde::url('
addressbooks/
edit.php'), 'post');
require $registry->get('templates', 'horde') . '/common-footer.inc';