From 6194463090b6d451b4747b6e483dbf20ce160ae2 Mon Sep 17 00:00:00 2001 From: scanab <104446114+scanab@users.noreply.github.com> Date: Tue, 24 Feb 2026 21:07:00 +0100 Subject: [PATCH] fix: jsonCmd --- core/class/json.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/class/json.class.php b/core/class/json.class.php index 1b5bad0..72f316f 100644 --- a/core/class/json.class.php +++ b/core/class/json.class.php @@ -178,7 +178,7 @@ public function preSave() { public function postSave() { $cmd = $this->getCmd(null, 'refresh'); if (!is_object($cmd)) { - $cmd = new vmcAutoCmd(); + $cmd = new jsonCmd(); $cmd->setLogicalId('refresh'); $cmd->setName(__('Rafraichir', __FILE__)); $cmd->setIsVisible(1);