diff options
| author | 2014-12-28 18:05:02 +0100 | |
|---|---|---|
| committer | 2014-12-28 18:05:02 +0100 | |
| commit | c391ca62f1ad4130202b995bb5bb9111894e65ff (patch) | |
| tree | 77165b1b577bd1be269ed0a2b93dbd4944842860 /app/actualize_script.php | |
| parent | 039a83759d41615aaa593fa62deff4c25fc126a2 (diff) | |
Remove all old references to LOG_PATH
See https://github.com/FreshRSS/FreshRSS/issues/729
Diffstat (limited to 'app/actualize_script.php')
| -rwxr-xr-x | app/actualize_script.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/actualize_script.php b/app/actualize_script.php index 6ce4178cd..e8bc67c10 100755 --- a/app/actualize_script.php +++ b/app/actualize_script.php @@ -56,9 +56,9 @@ foreach ($users as $myUser) { $freshRSS->run(); if (!invalidateHttpCache()) { - syslog(LOG_NOTICE, 'FreshRSS write access problem in ' . LOG_PATH . '/*.log!'); + syslog(LOG_NOTICE, 'FreshRSS write access problem in ' . USERS_PATH . '/*/log.txt!'); if (defined('STDERR')) { - fwrite(STDERR, 'Write access problem in ' . LOG_PATH . '/*.log!' . "\n"); + fwrite(STDERR, 'Write access problem in ' . USERS_PATH . '/*/log.txt!' . "\n"); } } Minz_Session::unset_session(true); |
