From: Michael J. Rubinsky Date: Mon, 28 Jun 2010 18:50:49 +0000 (-0400) Subject: fix path X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=10687913333bfe60bd18f82f8da9fbf1c7788764;p=horde.git fix path --- diff --git a/jonah/channels/aggregate.php b/jonah/channels/aggregate.php index afdb20252..60db93aa4 100644 --- a/jonah/channels/aggregate.php +++ b/jonah/channels/aggregate.php @@ -8,7 +8,7 @@ * @author Jan Schneider */ -require_once dirname(__FILE__) . '/lib/Application.php'; +require_once dirname(__FILE__) . '/../lib/Application.php'; $jonah = Horde_Registry::appInit('jonah'); function _getLinks($id, $subid, $name, $title) diff --git a/jonah/channels/edit.php b/jonah/channels/edit.php index 58f401453..189a96a69 100644 --- a/jonah/channels/edit.php +++ b/jonah/channels/edit.php @@ -11,7 +11,7 @@ * @author Marko Djukic */ -require_once dirname(__FILE__) . '/lib/Application.php'; +require_once dirname(__FILE__) . '/../lib/Application.php'; $jonah = Horde_Registry::appInit('jonah'); require_once JONAH_BASE . '/lib/Forms/Feed.php'; require_once 'Horde/Form/Renderer.php';