Skip to content

Commit

Permalink
Fixing PEAR.php path so that the GeoIP untar can function properly wi…
Browse files Browse the repository at this point in the history
…thout needing php-pear to be installed - bug #4533
  • Loading branch information
James authored and halfdan committed Jan 22, 2014
1 parent 5c617d0 commit 4d835a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/Archive_Tar/Tar.php
Expand Up @@ -39,7 +39,7 @@
* @link http://pear.php.net/package/Archive_Tar
*/

require_once 'PEAR.php';
require_once __DIR__ . "/../PEAR.php";

define('ARCHIVE_TAR_ATT_SEPARATOR', 90001);
define('ARCHIVE_TAR_END_BLOCK', pack("a512", ''));
Expand Down

0 comments on commit 4d835a1

Please sign in to comment.