HOR-2689 Removed instances of LoadSystem, LoadThirdParty

This commit is contained in:
Chloe Deguzman
2017-02-15 16:26:02 +00:00
committed by davidcallizaya
parent 60efcf7ac7
commit 5d3a4c073f
132 changed files with 285 additions and 302 deletions

View File

@@ -30,13 +30,13 @@ class Upgrade
public function install()
{
G::LoadSystem('inputfilter');
$filter = new InputFilter();
//echo "Starting core installation...\n";
$start = microtime(1);
$filename = $this->addon->getDownloadFilename();
$time = microtime(1);
G::LoadThirdParty( 'pear/Archive','Tar');
$archive = new Archive_Tar ($filename);
//printf("Time to open archive: %f\n", microtime(1) - $time);
$time = microtime(1);