Cli object is already instantiated.
authorJan Schneider <jan@horde.org>
Thu, 20 Jan 2011 18:42:32 +0000 (19:42 +0100)
committerJan Schneider <jan@horde.org>
Fri, 21 Jan 2011 13:31:32 +0000 (14:31 +0100)
kronolith/scripts/upgrades/convert_sql_shares_to_sqlng.php

index fcfb0dc..b864657 100755 (executable)
@@ -18,7 +18,6 @@ require_once dirname(__FILE__) . '/../../migration/15_kronolith_upgrade_sqlng.ph
 
 $db = $injector->getInstance('Horde_Db_Adapter');
 $migration = new KronolithUpgradeSqlng($db);
-$cli = new Horde_Cli();
 
 $delete = $cli->prompt('Delete existing shares from the NEW backend before migrating the OLD backend? This should be done to avoid duplicate entries or primary key collisions in the storage backend from earlier migrations.', array('y' => 'Yes', 'n' => 'No'), 'n');