Now there are four more ...
This commit is contained in:
parent
33e98d6264
commit
0aee6d383a
7 changed files with 106 additions and 97 deletions
|
|
@ -1,7 +1,11 @@
|
|||
<?php
|
||||
namespace Friendica\Worker;
|
||||
|
||||
require_once("include/threads.php");
|
||||
|
||||
function threadupdate_run(&$argv, &$argc){
|
||||
update_threads();
|
||||
update_threads_mention();
|
||||
class ThreadUpdate {
|
||||
public static function execute() {
|
||||
update_threads();
|
||||
update_threads_mention();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue