From 3ba8d841a5de7e363293ae687d9ff359a390b9ef Mon Sep 17 00:00:00 2001 From: Michiel Dethmers Date: Fri, 18 Jul 2014 16:41:24 +0100 Subject: [PATCH] update terminology --- plugins/restapi/call.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/restapi/call.php b/plugins/restapi/call.php index b8d12bf..7ac4ec9 100644 --- a/plugins/restapi/call.php +++ b/plugins/restapi/call.php @@ -37,7 +37,7 @@ $doc = new \phpListRestapiDoc(); $doc->addClass( 'Actions' ); $doc->addClass( 'Lists' ); - $doc->addClass( 'Users' ); + $doc->addClass( 'Subscribers' ); $doc->addClass( 'Templates' ); $doc->addClass( 'Messages' ); $doc->output();