HOR-3610
Fix System class conflict.
This commit is contained in:
@@ -123,7 +123,7 @@ class Upgrade
|
||||
G::rm_dir(PATH_C);
|
||||
mkdir(PATH_C, 0777, true);
|
||||
}
|
||||
$workspaces = System::listWorkspaces();
|
||||
$workspaces = PMSystem::listWorkspaces();
|
||||
$count = count($workspaces);
|
||||
$first = true;
|
||||
$num = 0;
|
||||
|
||||
Reference in New Issue
Block a user