mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
We don't poll, we work ... Bugfix for renamed config value.
This commit is contained in:
parent
0a13ab6b9f
commit
d9bdba491a
2 changed files with 4 additions and 2 deletions
|
@ -801,7 +801,7 @@ function admin_page_summary(App $a)
|
|||
$warningtext[] = L10n::t('The database update failed. Please run "php bin/console.php dbstructure update" from the command line and have a look at the errors that might appear.');
|
||||
}
|
||||
|
||||
$last_worker_call = Config::get('system', 'last_poller_execution', false);
|
||||
$last_worker_call = Config::get('system', 'last_worker_execution', false);
|
||||
if (!$last_worker_call) {
|
||||
$showwarning = true;
|
||||
$warningtext[] = L10n::t('The worker was never executed. Please check your database structure!');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue