removed fixUrl workaround for Gallery. added AssetManager to WebGUI.conf.original

This commit is contained in:
Doug Bell 2008-06-13 15:16:45 +00:00
parent 6bee83de68
commit f50f09756a
3 changed files with 1 additions and 9 deletions

View file

@ -674,11 +674,6 @@ sub processPropertiesFromFormPost {
} );
}
# Fix URLs
$self->update( {
url => $self->getParent->get( "url" ) . '/' . $self->session->url->urlize( $self->get( "menuTitle" ) )
} );
$self->requestAutoCommit;
return;

View file

@ -649,10 +649,6 @@ sub processPropertiesFromFormPost {
return $errors if @$errors;
### Passes all checks
# Fix URLs
$self->update( {
url => $self->getParent->get( "url" ) . '/' . $self->session->url->urlize( $self->get( "menuTitle" ) )
} );
$self->requestAutoCommit;
}