fix path
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 28 Jun 2010 18:50:49 +0000 (14:50 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 28 Jun 2010 18:50:49 +0000 (14:50 -0400)
jonah/channels/aggregate.php
jonah/channels/edit.php

index afdb202..60db93a 100644 (file)
@@ -8,7 +8,7 @@
  * @author Jan Schneider <jan@horde.org>
  */
 
-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)
index 58f4014..189a96a 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');
 require_once JONAH_BASE . '/lib/Forms/Feed.php';
 require_once 'Horde/Form/Renderer.php';