Changes 3 and 4 of the google sheet
This commit is contained in:
@@ -44,7 +44,7 @@ if(sizeof($output) == 3 && isset($output[2]) && isset($output[2][0])) {
|
||||
function get_workspaces_from_args($args, $includeAll = true) {
|
||||
$workspaces = array();
|
||||
foreach ($args as $arg) {
|
||||
$workspaces[] = new workspaceTools($arg);
|
||||
$workspaces[] = new WorkspaceTools($arg);
|
||||
}
|
||||
if (empty($workspaces) && $includeAll) {
|
||||
$workspaces = PmSystem::listWorkspaces();
|
||||
|
||||
Reference in New Issue
Block a user