diff options
| author | 2014-12-28 18:05:02 +0100 | |
|---|---|---|
| committer | 2014-12-28 18:05:02 +0100 | |
| commit | c391ca62f1ad4130202b995bb5bb9111894e65ff (patch) | |
| tree | 77165b1b577bd1be269ed0a2b93dbd4944842860 /p/api/greader.php | |
| parent | 039a83759d41615aaa593fa62deff4c25fc126a2 (diff) | |
Remove all old references to LOG_PATH
See https://github.com/FreshRSS/FreshRSS/issues/729
Diffstat (limited to 'p/api/greader.php')
| -rw-r--r-- | p/api/greader.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/api/greader.php b/p/api/greader.php index 1a66c30fb..80714d478 100644 --- a/p/api/greader.php +++ b/p/api/greader.php @@ -77,7 +77,7 @@ class MyPDO extends Minz_ModelPdo { } function logMe($text) { - file_put_contents(LOG_PATH . '/api.log', $text, FILE_APPEND); + file_put_contents(join_path(USERS_PATH, '_', 'log_api.txt'), $text, FILE_APPEND); } function debugInfo() { |
