Zaktualizuj rozmiary plików w konfiguracji oraz popraw status zadań w klasie Cron

This commit is contained in:
2025-02-16 21:58:35 +01:00
parent 6f1ea61d17
commit c2d2b920b1
2 changed files with 7 additions and 7 deletions

View File

@@ -197,20 +197,20 @@
"layout": {
"style.css": {
"type": "-",
"size": 21411,
"lmtime": 1739545418678,
"size": 21444,
"lmtime": 1739729579961,
"modified": false
},
"style.css.map": {
"type": "-",
"size": 37116,
"lmtime": 1739545418678,
"size": 37204,
"lmtime": 1739729579961,
"modified": false
},
"style.scss": {
"type": "-",
"size": 25830,
"lmtime": 1739545418505,
"size": 25893,
"lmtime": 1739729579515,
"modified": false
}
},

View File

@@ -90,7 +90,7 @@ class Cron
if ( $row['status'] != 2 )
$status = $row['status'];
else
$status = 5;
$status = 0;
$task_users = $mdb -> select( 'task_user', 'user_id', ['task_id' => $row['id']] );