frogsystem / fs2core

This is the official repository for Frogsystem 2 development.
http://www.frogsystem.de
2 stars 3 forks source link

fix undefined variable in GlobalData class #65

Closed Thoronador closed 12 years ago

Thoronador commented 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.