Skip to content

Commit

Permalink
Fixed spacing issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnereese committed Feb 7, 2011
1 parent c8a649c commit a95aaa4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions addons/ConfigAssistant.pack/lib/ConfigAssistant/Util.pm
Expand Up @@ -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' ) {
Expand All @@ -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';

}
Expand Down

0 comments on commit a95aaa4

Please sign in to comment.