* Fix an error of missing action module loading.

This commit is contained in:
hufangzhou
2023-08-31 01:25:08 +00:00
parent 94680fe462
commit b969092c88
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1426,7 +1426,7 @@ class programModel extends model
$this->app->config->global->projectStatsTime = $now;
/* 7. Clear actions older than 30 days. */
$this->cleanActions();
$this->loadModel('action')->cleanActions();
}
/**