forked from GNUsocial/gnu-social
Merge branch '0.8.x' into queuemanager
This commit is contained in:
@@ -978,7 +978,8 @@ function common_ensure_syslog()
|
||||
{
|
||||
static $initialized = false;
|
||||
if (!$initialized) {
|
||||
openlog(common_config('syslog', 'appname'), 0, LOG_USER);
|
||||
openlog(common_config('syslog', 'appname'), 0,
|
||||
common_config('syslog', 'facility'));
|
||||
$initialized = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user