Closed Thoronador closed 12 years ago
There is a undefined variable $name in line 75 of the class_GlobalData.php. You probably meant $config['config_name'] instead. Commit 5064f7c fixes that issue.
$name
$config['config_name']
There is a undefined variable
$name
in line 75 of the class_GlobalData.php. You probably meant$config['config_name']
instead. Commit 5064f7c fixes that issue.