aboutsummaryrefslogtreecommitdiffstats
path: root/mod/message.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-09-21 16:01:19 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-09-21 16:01:19 -0700
commitdb89a1eb449d60c02d727f0118919872ceee9be9 (patch)
tree142818b2d8815a2c33d969b8baee1a76cc99e633 /mod/message.php
parent85fbee3aa464c13241437c7d1969beffd5860f78 (diff)
downloadvolse-hubzilla-db89a1eb449d60c02d727f0118919872ceee9be9.tar.gz
volse-hubzilla-db89a1eb449d60c02d727f0118919872ceee9be9.tar.bz2
volse-hubzilla-db89a1eb449d60c02d727f0118919872ceee9be9.zip
prepare for open source server release
Diffstat (limited to 'mod/message.php')
-rw-r--r--mod/message.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/message.php b/mod/message.php
index 6119e894f..45908d233 100644
--- a/mod/message.php
+++ b/mod/message.php
@@ -70,7 +70,7 @@ function message_post(&$a) {
$php_path = ((strlen($a->config['php_path'])) ? $a->config['php_path'] : 'php');
if($post_id) {
- proc_close(proc_open("\"$php_path\" \"include/notifier.php\" \"mail\" \"$post_id\" > mail.out &",
+ proc_close(proc_open("\"$php_path\" \"include/notifier.php\" \"mail\" \"$post_id\" &",
array(),$foo));
notice( t('Message sent.') . EOL );
}