From d8b93ac43422d0a4e3cfbe7423a9c9d96ef48ed5 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 7 Jun 2010 12:15:58 -0400 Subject: [PATCH] fix path --- jonah/channels/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jonah/channels/index.php b/jonah/channels/index.php index a8513f783..f16c3fbce 100644 --- a/jonah/channels/index.php +++ b/jonah/channels/index.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'); if (!Jonah::checkPermissions('jonah:news', Horde_Perms::EDIT)) { -- 2.11.0