Skip to content

Commit

Permalink
class => className for GalleryFile::Photo
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Oct 16, 2011
1 parent 6e5da21 commit e5d4664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebGUI/Asset/File/GalleryFile/Photo.pm
Expand Up @@ -279,7 +279,7 @@ sub getEditTemplate {
if ( $var->{ isNewPhoto } ) {
$var->{ form_start }
= WebGUI::Form::formHeader( $session, {
action => $self->getParent->getUrl('func=addSave;assetId=new;class='.__PACKAGE__),
action => $self->getParent->getUrl('func=addSave;assetId=new;className='.__PACKAGE__),
extras => 'name="photoAdd"',
})
. WebGUI::Form::hidden( $session, {
Expand Down

0 comments on commit e5d4664

Please sign in to comment.