Uploads 1.9 - download does not work at all!
Posted: Sun Sep 06, 2009 6:57 pm
Hi,
Uploads.module.php needs a change!
Please add "global" directive in
or function will fail in line 1079
Greets
Jam
Uploads.module.php needs a change!
Please add "global" directive in
Code: Select all
public function GetUploadDetails( $id, $returnid = '' )
{
global $gCms;
...
Code: Select all
$config &= $gCms->GetConfig();
Jam