From: Michael J. Rubinsky Date: Mon, 7 Jun 2010 16:15:58 +0000 (-0400) Subject: fix path X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d8b93ac43422d0a4e3cfbe7423a9c9d96ef48ed5;p=horde.git fix path --- 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)) {