From 99fd6d91d26dbd53c81999488dcc0d447e3590ff Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 20 Jan 2011 19:08:40 +0100 Subject: [PATCH] Fix path. --- kronolith/scripts/upgrades/convert_datatree_shares_to_sql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; -- 2.11.0