mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
fix contact photo updates - a result of baseurl being wrong for cmdline processes
This commit is contained in:
parent
147d7f3bbf
commit
b96d6c015b
3 changed files with 44 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue