mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
* fixed forum new post on mac os and some specific mysql versions
* fixed Account::getGuildAccess function
This commit is contained in:
@@ -232,7 +232,7 @@ function fetchDatabaseConfig($name, &$value)
|
||||
*/
|
||||
function getDatabaseConfig($name)
|
||||
{
|
||||
$value = NULL;
|
||||
$value = null;
|
||||
fetchDatabaseConfig($name, $value);
|
||||
return $value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user