* fixed forum new post on mac os and some specific mysql versions

* fixed Account::getGuildAccess function
This commit is contained in:
slawkens
2017-10-13 15:30:29 +02:00
parent 9aed09d250
commit d95aea319e
3 changed files with 3 additions and 3 deletions

View File

@@ -232,7 +232,7 @@ function fetchDatabaseConfig($name, &$value)
*/
function getDatabaseConfig($name)
{
$value = NULL;
$value = null;
fetchDatabaseConfig($name, $value);
return $value;
}