From: Jan Schneider Date: Thu, 20 Jan 2011 18:08:40 +0000 (+0100) Subject: Fix path. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=99fd6d91d26dbd53c81999488dcc0d447e3590ff;p=horde.git Fix path. --- diff --git a/kronolith/scripts/upgrades/convert_datatree_shares_to_sql.php b/kronolith/scripts/upgrades/convert_datatree_shares_to_sql.php index fd44ebaea..78d938030 100755 --- a/kronolith/scripts/upgrades/convert_datatree_shares_to_sql.php +++ b/kronolith/scripts/upgrades/convert_datatree_shares_to_sql.php @@ -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'];