Improvement enterprise restore

This commit is contained in:
Marco Antonio Nina
2014-10-09 15:37:47 -04:00
parent 3fb8cab2f2
commit b1730578f1
2 changed files with 4 additions and 1 deletions

View File

@@ -1523,7 +1523,7 @@ class workspaceTools
$start = microtime(true);
CLI::logging("> Verify enterprise old...\n");
$this->verifyEnterprise($workSpace);
$workspace->verifyEnterprise($workspaceName);
$stop = microtime(true);
$final = $stop - $start;
CLI::logging("<*> Verify took $final seconds.\n");