X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpackages.inc;h=2f670c29d4bd80a5df9b82b48931cc357c6c5111;hb=8b9b2d78cd89f090b486e749396cb5eabd693527;hp=2e1b92e3445d91c9ca3fa90dd8b4159736371a1b;hpb=e6c89f21df1c1d6742a7e335e6e0fc2c958a7a29;p=fa-stable.git diff --git a/includes/packages.inc b/includes/packages.inc index 2e1b92e3..2f670c29 100644 --- a/includes/packages.inc +++ b/includes/packages.inc @@ -19,7 +19,8 @@ define('PUBKEY_PATH', $path_to_root); // FrontAccounting package class // class package extends gzip_file { - function package($filename, $basedir=null) + + function __construct($filename, $basedir=null) { global $path_to_root;