Navigation Menu

Skip to content

Commit

Permalink
Item13438: apply patch from MichaelDaum
Browse files Browse the repository at this point in the history
Foswiki 1.1.9 doesn't have a TO_JSON method in Foswiki::Attr
  • Loading branch information
gac410 committed Jun 2, 2015
1 parent e1534fd commit a7a06e0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -47,7 +47,7 @@ sub render {
my ( $this, $opts, $render_opts ) = @_;

my $colDef = $opts->{col_defs}->[ $this->{number} ] || $defCol;
my $json = JSON->new()->convert_blessed();
my $json = JSON->new()->convert_blessed->allow_blessed();

my $text = $this->{text};
if ( $text =~ s/%EDITCELL\{(.*?)\}%// ) {
Expand Down

0 comments on commit a7a06e0

Please sign in to comment.