Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jan 17, 2006
1 parent 15dec20 commit eda3b83
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/Bric/Biz/Asset/Business/Media.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1475,10 +1475,7 @@ sub upload_file {
URI::Escape::uri_escape($oc_obj->get_filename($self))
);

$self->_set(
[qw(location uri _update_uri)] =>
[ $new_loc, $uri, 1]
);
$self->_set( [qw(location uri _update_uri)] => [ $new_loc, $uri, 1 ] );

if (my $auto_fields = $self->_get_auto_fields) {
# We need to autopopulate data field values. Get the top level element
Expand Down

0 comments on commit eda3b83

Please sign in to comment.