aboutsummaryrefslogtreecommitdiff
path: root/lib/lib_rss.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-01-15 20:58:53 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-01-15 20:58:53 +0100
commit6bc49e137e2f996f768770c3702d7d6552f556b3 (patch)
treedaf73c82840eb4985a61eb7ddb6ee3d7609252af /lib/lib_rss.php
parenta26eff8a2084a779959f5bef96a4bc72c7ec6ab7 (diff)
parent9214eeecff363883d3d396490e8f1c7adf523c05 (diff)
Manual merge /dev
Diffstat (limited to 'lib/lib_rss.php')
-rw-r--r--lib/lib_rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php
index 738ccf641..89e9ddfea 100644
--- a/lib/lib_rss.php
+++ b/lib/lib_rss.php
@@ -203,7 +203,7 @@ function html_only_entity_decode($text) {
}
function prepareSyslog() {
- return openlog("FreshRSS", LOG_PERROR | LOG_PID, LOG_USER);
+ return COPY_SYSLOG_TO_STDERR ? openlog("FreshRSS", LOG_PERROR | LOG_PID, LOG_USER) : false;
}
function customSimplePie($attributes = array()) {