Gossamer Forum
Quote Reply
Possible bug?
I'm not sure if this is a bug..or there is a reason for this being here ;)

The part I am refering to is in red.

# Copying news.cgi to $CFG->{admin_root_path}/.. directory.
$file = $tar->get_file ('news.cgi');
$file->name("$CFG->{admin_root_path}/../news.cgi");
$file->write or return Ace_News->error("Unable to extract file: '$CFG->{admin_root_path}/../news.cgi' ($GT::Tar::error)", 'WARN');
;
return "The plugin has been successfully installed!";
}

It seems to do it on all files that are being extracted...and seems to do absolutly nothing.

Is it a bug, or does it server a purpose?

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Possible bug? Andy 1879 Aug 9, 2002, 3:07 AM
Post Re: [Andy] Possible bug?
Andy 1783 Aug 10, 2002, 8:16 AM