mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 00:14:32 +02:00
proc_run path fix, affects cron
This commit is contained in:
parent
21210fb0e7
commit
b7cac3ca89
1 changed files with 1 additions and 0 deletions
1
boot.php
1
boot.php
|
@ -2318,6 +2318,7 @@ function prepare_body($item) {
|
||||||
|
|
||||||
if(! function_exists('run_proc')) {
|
if(! function_exists('run_proc')) {
|
||||||
function proc_run($cmd){
|
function proc_run($cmd){
|
||||||
|
$a = get_app();
|
||||||
$args = func_get_args();
|
$args = func_get_args();
|
||||||
call_hooks("proc_run", $args);
|
call_hooks("proc_run", $args);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue