mirror of
https://github.com/friendica/friendica
synced 2025-04-27 02:30:10 +00:00
Replace global $a with BaseObject::getApp()
This commit is contained in:
parent
d0780ccf7d
commit
820afa2284
17 changed files with 51 additions and 56 deletions
|
@ -25,8 +25,6 @@ class Queue
|
|||
{
|
||||
public static function execute($queue_id = 0)
|
||||
{
|
||||
global $a;
|
||||
|
||||
$cachekey_deadguy = 'queue_run:deadguy:';
|
||||
$cachekey_server = 'queue_run:server:';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue