mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
get data in file count from module
This commit is contained in:
parent
3d63544939
commit
2eae64407d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user