Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Bug in Template Globals in 2.1.0-Beta3

Quote Reply
Bug in Template Globals in 2.1.0-Beta3
Hi!
In this version I can change the values of globals but I can't delete globals.

In Links::Tools::global_editor the line:

next if ($IN->param("del-$key"));

must be replaced in:

if ($IN->param("del-$key")) { delete($globals->{$key}); next };
Quote Reply
Re: [svalera] Bug in Template Globals in 2.1.0-Beta3 In reply to
Hi,

Thanks, we'll be sure to fix that up.

Cheers,

Alex
--
Gossamer Threads Inc.