diff --git a/www/class/CentreonLDAPAdmin.class.php b/www/class/CentreonLDAPAdmin.class.php index 5f5ff9f0dec..d31ef86deec 100644 --- a/www/class/CentreonLDAPAdmin.class.php +++ b/www/class/CentreonLDAPAdmin.class.php @@ -417,7 +417,7 @@ public function modifyTemplate($id, array $options = []): bool $statement = $this->db->prepare( "UPDATE auth_ressource_info SET ari_value = :value - WHERE ar_id = :id AND ar_name = :name" + WHERE ar_id = :id AND ari_name = :name" ); } else { $statement = $this->db->prepare(