Skip to content

Commit e5d4664

Browse files
committedOct 16, 2011
class => className for GalleryFile::Photo
1 parent 6e5da21 commit e5d4664

File tree

1 file changed

+1
-1
lines changed
  • lib/WebGUI/Asset/File/GalleryFile

1 file changed

+1
-1
lines changed
 

‎lib/WebGUI/Asset/File/GalleryFile/Photo.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ sub getEditTemplate {
279279
if ( $var->{ isNewPhoto } ) {
280280
$var->{ form_start }
281281
= WebGUI::Form::formHeader( $session, {
282-
action => $self->getParent->getUrl('func=addSave;assetId=new;class='.__PACKAGE__),
282+
action => $self->getParent->getUrl('func=addSave;assetId=new;className='.__PACKAGE__),
283283
extras => 'name="photoAdd"',
284284
})
285285
. WebGUI::Form::hidden( $session, {

0 commit comments

Comments
 (0)
Please sign in to comment.