HOR-2689 Removed instances of LoadSystem, LoadThirdParty
This commit is contained in:
committed by
davidcallizaya
parent
60efcf7ac7
commit
5d3a4c073f
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user