aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/poller.php')
-rw-r--r--include/poller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php
index a9c1a28ca..cf099286c 100644
--- a/include/poller.php
+++ b/include/poller.php
@@ -21,7 +21,7 @@
// run queue delivery process in the background
- $php_path = ((strlen($a->config['php_path'])) ? $a->config['php_path'] : 'php');
+ $php_path = ((x($a->config,'php_path') && strlen($a->config['php_path'])) ? $a->config['php_path'] : 'php');
proc_close(proc_open("\"$php_path\" \"include/queue.php\" &", array(), $foo));