From f799ad522fec469dbbac16a529c88e6a5516c2c7 Mon Sep 17 00:00:00 2001 From: Virtuworks Date: Sun, 8 Jun 2014 16:09:24 -0400 Subject: [PATCH] Make change --- .../BlackBerry5Provider.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs index 52d5cc3d..3240d243 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs @@ -124,9 +124,9 @@ namespace WebsitePanel.Providers.HostedSolution //run handheldcleanup.exe if (File.Exists(file2)) { - string arguments2 = string.Format("-u -p {0} {1} ", + string arguments2 = string.Format("-u -p {0} {1}", MAPIProfile, - "< servername.txt"); + " < servername.txt"); try { string output;