From f7b44d12bd0d82d6893685a2d8f0e9b5c91a5f8f Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 28 Apr 2003 19:00:55 +0000 Subject: [PATCH] fixed a bug that caused the app to fail --- sbin/fileManagerImport.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/fileManagerImport.pl b/sbin/fileManagerImport.pl index 5513d4af8..6305a7d44 100644 --- a/sbin/fileManagerImport.pl +++ b/sbin/fileManagerImport.pl @@ -102,7 +102,7 @@ if (!($^O =~ /^Win/i) && $> != 0 && !$override) { print "Starting..." unless ($quiet); -WebGUI::Session::open($webguiRoot,$ARGV[1]); +WebGUI::Session::open($webguiRoot,$configFile); WebGUI::Session::refreshUserInfo(3); print "OK\n" unless ($quiet);