mirror of
https://github.com/friendica/friendica
synced 2025-04-19 07:50:12 +00:00
Add @TODO comments per @nupplaphil review in various Admin modules
This commit is contained in:
parent
92b415bc36
commit
b4b8c61daf
3 changed files with 8 additions and 2 deletions
|
@ -39,6 +39,7 @@ class Queue extends BaseAdminModule
|
|||
$info = L10n::t('This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you\'ve set up during install.');
|
||||
}
|
||||
|
||||
// @TODO Move to Model\WorkerQueue::getEntries()
|
||||
$entries = DBA::select('workerqueue', ['id', 'parameter', 'created', 'priority'], $condition, ['order' => ['priority']]);
|
||||
|
||||
$r = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue