From a95aaa495af5a41aaa488f080775e4954e482d0c Mon Sep 17 00:00:00 2001 From: Byrne Reese Date: Mon, 7 Feb 2011 09:46:37 -0800 Subject: [PATCH] Fixed spacing issue. --- addons/ConfigAssistant.pack/lib/ConfigAssistant/Util.pm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/addons/ConfigAssistant.pack/lib/ConfigAssistant/Util.pm b/addons/ConfigAssistant.pack/lib/ConfigAssistant/Util.pm index 84daa12ea..1b8120455 100644 --- a/addons/ConfigAssistant.pack/lib/ConfigAssistant/Util.pm +++ b/addons/ConfigAssistant.pack/lib/ConfigAssistant/Util.pm @@ -123,9 +123,8 @@ sub process_file_upload { $root_path = $app->blog->site_path; $base_url = $app->blog->site_url; $fmgr = $app->blog->file_mgr; - $blog_id = $app->blog - ->id; # the resulting asset will be added to this context - $format = '%r'; + $blog_id = $app->blog->id; # the resulting asset will be added to this context + $format = '%r'; } elsif ( lc($scope) eq 'archive' ) { @@ -139,8 +138,7 @@ sub process_file_upload { $root_path = $app->blog->archive_path; $base_url = $app->blog->archive_url; $fmgr = $app->blog->file_mgr; - $blog_id = $app->blog - ->id; # the resulting asset will be added to this context + $blog_id = $app->blog->id; # the resulting asset will be added to this context $format = '%a'; }