summaryrefslogtreecommitdiff
path: root/src/forum_post_send.php
diff options
context:
space:
mode:
authorCharly Root <root@muse-sequencer.org>2013-10-07 23:59:55 +0200
committerCharly Root <root@muse-sequencer.org>2013-10-07 23:59:55 +0200
commitd4e28b7d94d7eed6edae05729e14e51b30f87e18 (patch)
tree9dec855d566ec0328906ac2976437351c343f12f /src/forum_post_send.php
parent7437f8756d445ed8d5aa298d269dbd4950ac3e3c (diff)
mark config with CONFIG_TODO
Diffstat (limited to 'src/forum_post_send.php')
-rw-r--r--src/forum_post_send.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/forum_post_send.php b/src/forum_post_send.php
index 894d411..cf76ef5 100644
--- a/src/forum_post_send.php
+++ b/src/forum_post_send.php
@@ -33,7 +33,7 @@ catch (Exception $e) {
function send_post_to_lists($config, $user, $mode, $data, $post_data) {
require_once('Log.php');
- $logger = &Log::singleton('file', '/var/log/listbridge', 'one');
+ $logger = &Log::singleton('file', '/var/log/CONFIG_TODO/log', 'one');
/*
print '<p>';