Fix paths.
authorJan Schneider <jan@horde.org>
Thu, 9 Sep 2010 16:25:58 +0000 (18:25 +0200)
committerJan Schneider <jan@horde.org>
Thu, 9 Sep 2010 16:25:58 +0000 (18:25 +0200)
horde/admin/alarms.php
horde/admin/datatree.php

index b3219f2..da333f1 100644 (file)
@@ -111,7 +111,7 @@ new Horde_View_Helper_Text($view);
 
 try {
     $alarms = $horde_alarm->globalAlarms();
-    $url = Horde::url('alarms.php');
+    $url = Horde::url('admin/alarms.php');
     foreach ($alarms as &$alarm) {
         $url->add('alarm', $alarm['id']);
         $alarm['edit_link'] = $url->link()
index ff1130e..67759f5 100644 (file)
@@ -14,7 +14,7 @@
 function _addTree($parent, $parent_id, $datatree, $tree, $indent = 1)
 {
     $nodes = $datatree->getById(DATATREE_FORMAT_FLAT, $parent_id, true, $parent, 1);
-    $url = Horde::url('datatree.php');
+    $url = Horde::url('admin/datatree.php');
 
     foreach ($nodes as $id => $node) {
         if ($id != $parent_id) {