Fix path.
authorJan Schneider <jan@horde.org>
Thu, 20 Jan 2011 18:08:40 +0000 (19:08 +0100)
committerJan Schneider <jan@horde.org>
Fri, 21 Jan 2011 13:31:32 +0000 (14:31 +0100)
kronolith/scripts/upgrades/convert_datatree_shares_to_sql.php

index fd44eba..78d9380 100755 (executable)
@@ -7,7 +7,7 @@
  */
 
 /* Set up the CLI environment */
-require_once dirname(__FILE__) . '/../../Application.php';
+require_once dirname(__FILE__) . '/../../lib/Application.php';
 Horde_Registry::appInit('kronolith', array('authentication' => 'none', 'cli' => true));
 
 $config = $GLOBALS['conf']['sql'];