Skip to content

Commit

Permalink
Item13570: Fix class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Aug 27, 2015
1 parent 956a656 commit b99811d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EditRowPlugin/lib/Foswiki/Plugins/EditRowPlugin/Table.pm
Expand Up @@ -50,7 +50,7 @@ sub new {
}

# If there's no EDITTABLE tag, we just want a conventional table
return new Foswiki::Table($specs) unless $attrs;
return new Foswiki::Tables::Table($specs) unless $attrs;

# if headerislabel true but no headerrows, set headerrows = 1
if ( $attrs->{headerislabel} && !defined( $attrs->{headerrows} ) ) {
Expand Down

0 comments on commit b99811d

Please sign in to comment.