diff --git a/ajax/plugin_fusioninventory.agents.processes.php b/ajax/plugin_fusioninventory.agents.processes.php
index 3cd153dc8d..443d38cf7d 100644
--- a/ajax/plugin_fusioninventory.agents.processes.php
+++ b/ajax/plugin_fusioninventory.agents.processes.php
@@ -52,7 +52,7 @@
case -1 :
$ptap = new PluginFusionInventoryAgentsProcesses;
$ptap->ShowProcesses();
- $ptac = new PluginFusionInventoryHistoryConnections;
+ $ptac = new PluginFusioninventorySnmphistoryconnection;
$ptac->showForm($_GET);
$ptae = new PluginFusionInventoryAgentsErrors;
$ptae->ShowErrors($_GET);
@@ -64,7 +64,7 @@
break;
case 2 :
- $ptac = new PluginFusionInventoryHistoryConnections;
+ $ptac = new PluginFusioninventorySnmphistoryconnection;
$ptac->showForm($_POST);
break;
diff --git a/inc/setup.class.php b/inc/setup.class.php
index 0b7c6b5ed9..980daa6f46 100644
--- a/inc/setup.class.php
+++ b/inc/setup.class.php
@@ -150,7 +150,7 @@ static function update($version) {
LIMIT 1 ;");
ini_set("memory_limit","-1");
ini_set("max_execution_time", "0");
- $pthc = new PluginFusionInventoryHistoryConnections;
+ $pthc = new PluginFusioninventorySnmphistoryconnection;
$pthc->migration();
PluginFusioninventoryDb::clean_db();
}
diff --git a/inc/snmp.history.classes.php b/inc/snmp.history.classes.php
index 805ca58fb8..765b57535f 100644
--- a/inc/snmp.history.classes.php
+++ b/inc/snmp.history.classes.php
@@ -57,7 +57,7 @@ function __construct() {
function insert_connection($status,$array,$FK_process=0) {
global $DB,$CFG_GLPI;
- $pthc = new PluginFusionInventoryHistoryConnections;
+ $pthc = new PluginFusioninventorySnmphistoryconnection;
$input['date'] = date("Y-m-d H:i:s");
$input['FK_ports'] = $array['FK_ports'];
@@ -329,8 +329,8 @@ function ConvertField($force=0) {
echo "";
- // Move connections from glpi_plugin_fusioninventory_snmp_history to glpi_plugin_fusioninventory_snmp_history_connections
- $pfihc = new PluginFusionInventoryHistoryConnections;
+ // Move connections from glpi_plugin_fusioninventory_snmp_history to glpi_plugin_fusioninventory_snmphistoryconnections
+ $pfihc = new PluginFusioninventorySnmphistoryconnection;
echo "