fix path
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 7 Jun 2010 16:15:58 +0000 (12:15 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 7 Jun 2010 16:31:37 +0000 (12:31 -0400)
jonah/channels/index.php

index a8513f7..f16c3fb 100644 (file)
@@ -11,7 +11,7 @@
  * @author Marko Djukic <marko@oblo.com>
  */
 
-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)) {