Gossamer Forum
Home : Products : Gossamer Links : Discussions :

error on add.cgi in Links-SQL 2.04

Quote Reply
error on add.cgi in Links-SQL 2.04
Hello,

I found a small bug in the add.cgi in links.SQL 2.04, namely:
line 172 change:
my $msg = GT::Template->parse ( email-val.txt, { %$input, %$cfg }, { compress => 0, root => $CFG->{admin_root_path} . '/templates/admin' } );

to

my $msg = GT::Template->parse ( 'email-val.txt', { %$input, %$cfg }, { compress => 0, root => $CFG->{admin_root_path} . '/templates/admin' } );

I found the error when i was using the perfect working Fileman.


Quote Reply
Re: error on add.cgi in Links-SQL 2.04 In reply to
Hi,

Ack, sorry about that. I made that change at the last minute as things were getting compressed that shouldn't be.

I've updated the file on the web.

Cheers,

Alex

--
Gossamer Threads Inc.