fix contact photo updates - a result of baseurl being wrong for cmdline processes
This commit is contained in:
@@ -28,7 +28,6 @@ function poller_run($argv, $argc){
|
||||
// run queue delivery process in the background
|
||||
|
||||
$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));
|
||||
proc_run($php_path,"include/queue.php");
|
||||
|
||||
// clear old cache
|
||||
|
||||
Reference in New Issue
Block a user