diff options
author | Friendika <info@friendika.com> | 2011-02-06 19:15:20 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-06 19:15:20 -0800 |
commit | b96d6c015b8090ee2ec56f320821fe962f821c6f (patch) | |
tree | 4d642cf482bf0d18737fb57cb108dca21f565e97 /include/poller.php | |
parent | 147d7f3bbf6c785f2c1eb7cdcfaa0a47e0ee43d3 (diff) | |
download | volse-hubzilla-b96d6c015b8090ee2ec56f320821fe962f821c6f.tar.gz volse-hubzilla-b96d6c015b8090ee2ec56f320821fe962f821c6f.tar.bz2 volse-hubzilla-b96d6c015b8090ee2ec56f320821fe962f821c6f.zip |
fix contact photo updates - a result of baseurl being wrong for cmdline processes
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php index 1d88fe447..66df080a9 100644 --- a/include/poller.php +++ b/include/poller.php @@ -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 |