Skip to content

Commit

Permalink
add missing \
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 authored Feb 8, 2018
1 parent 85527b2 commit 4df1ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Installer/InstallerHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public static function unpack($p_filename, $alwaysReturnArray = false)
// Do the unpacking of the archive
try
{
$archive = new Archive(array('tmp_path' => JFactory::getConfig()->get('tmp_path')));
$archive = new Archive(array('tmp_path' => \JFactory::getConfig()->get('tmp_path')));
$extract = $archive->extract($archivename, $extractdir);
}
catch (\Exception $e)
Expand Down

0 comments on commit 4df1ded

Please sign in to comment.