- if the appropriate message template doesn't exist log error and exit without throwi...
[plcapi.git] / PLC / Methods / AdmGetSites.py
index 6c7864f..cf5b0cd 100644 (file)
@@ -6,3 +6,6 @@ class AdmGetSites(GetSites):
     """
 
     status = "deprecated"
+
+    def call(self, auth, site_id_or_login_base_list = None, return_fields = None):
+        return GetSites.call(self, auth, site_id_or_login_base_list)