From 8138f55b0f389b2c12a6a9f7ba83eec4d2f5bdb7 Mon Sep 17 00:00:00 2001 From: Pierre Lannoy Date: Fri, 30 Dec 2022 10:22:41 +0100 Subject: [PATCH] Give a more "readable" name to the automatic snapshot. --- gandi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gandi.php b/gandi.php index 6c95b7d..5c73054 100644 --- a/gandi.php +++ b/gandi.php @@ -632,7 +632,7 @@ function gandi_SaveNameservers( $params ) { } } else { if ( 'livedns' === ( $test['current'] ?? '-' ) ) { - $snapshots->takeNow(); + $snapshots->takeNow( 'NS switching' ); } $request = $api->updateDomainNameservers( $domain, $nameservers ); }