diff --git a/plugins/restapi/call.php b/plugins/restapi/call.php index 9dc1d0b..b8d12bf 100644 --- a/plugins/restapi/call.php +++ b/plugins/restapi/call.php @@ -17,7 +17,7 @@ include 'includes/actions.php'; include 'includes/lists.php'; -include 'includes/users.php'; +include 'includes/subscribers.php'; include 'includes/templates.php'; include 'includes/messages.php'; diff --git a/plugins/restapi/includes/users.php b/plugins/restapi/includes/subscribers.php similarity index 100% rename from plugins/restapi/includes/users.php rename to plugins/restapi/includes/subscribers.php