Code cleanup on different API GET calls.
This commit is contained in:
@@ -12,7 +12,7 @@ class API_system_modules extends API
|
||||
{
|
||||
list($query, $types, $params) = $this->buildDynamicQuery('system_modules');
|
||||
|
||||
$items = $this->generalGetFunction($query, $types, $params, $returnBoolean, 'Permission');
|
||||
$items = $this->generalGetFunction($query, $types, $params, $returnBoolean, 'Modules');
|
||||
|
||||
return $items;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user