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);