various minor bugfixes; composer requirements update

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-08-10 00:17:11 +02:00
parent 31500522ce
commit 50e35e149c
45 changed files with 397 additions and 354 deletions

View File

@@ -1017,7 +1017,7 @@ class SubDomains extends ApiCommand implements ResourceEntity
* optional, admin-only, select (sub)domains of a specific customer by loginname
*
* @access admin, customer
* @return string json-encoded array
* @return string json-encoded response message
* @throws Exception
*/
public function listingCount()
@@ -1069,6 +1069,7 @@ class SubDomains extends ApiCommand implements ResourceEntity
if ($result) {
return $this->response($result['num_subdom']);
}
return $this->response(0);
}
/**