Update Addon functions and calls
Update function names and calls for Addon class.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
*/
|
||||
namespace Friendica\Core;
|
||||
|
||||
use Friendica\Core\Addon;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Database\DBM;
|
||||
@@ -1030,7 +1031,7 @@ class Worker
|
||||
|
||||
$arr = ['args' => $args, 'run_cmd' => true];
|
||||
|
||||
call_hooks("proc_run", $arr);
|
||||
Addon::callHooks("proc_run", $arr);
|
||||
if (!$arr['run_cmd'] || !count($args)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user