From 121876868e48daba92bf959fba0c5d08eafea87d Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 12 Oct 2016 14:58:37 +0000 Subject: [PATCH] #770 --- inc/ws/Controlleur/class.ws.maintenance.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/ws/Controlleur/class.ws.maintenance.php b/inc/ws/Controlleur/class.ws.maintenance.php index e61bd1288..3c7750643 100644 --- a/inc/ws/Controlleur/class.ws.maintenance.php +++ b/inc/ws/Controlleur/class.ws.maintenance.php @@ -1057,7 +1057,7 @@ class wsMaintenance { $api = new CubeIT_Services_Mailchimp('2b255293f3595181dd7d079d29dc6b99-us14'); $res = $api->batchSubscribe('8ff710b78e', $batch); - echo '
' . print_r($batch, true) . '
'; + echo '
OK
'; } @@ -1108,7 +1108,7 @@ class wsMaintenance { } $res = $api->batchSubscribe('69f69a2bb8', $batch); - echo '
' . print_r($res, true) . '
'; + echo '
OK
'; } } -- 2.39.5