get data in file count from module

This commit is contained in:
alejandro.campos@artica.es 2023-12-07 14:17:42 +01:00
parent 3d63544939
commit 2eae64407d
1 changed files with 2 additions and 0 deletions

View File

@ -1163,6 +1163,8 @@ class ConsoleSupervisor
$this->cleanNotifications('NOTIF.WRITABLE.ATTACHMENT');
}
$filecount = 0;
$agentId = db_get_value('id_agente', 'tagente', 'nombre', 'pandora.internals');
if ($agentId !== false) {
$agent = new Agent($agentId);