From 10687913333bfe60bd18f82f8da9fbf1c7788764 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 28 Jun 2010 14:50:49 -0400 Subject: [PATCH] fix path --- jonah/channels/aggregate.php | 2 +- jonah/channels/edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'; -- 2.11.0