Call to parrent constructor in themes install fixed.
[fa-stable.git] / includes / packages.inc
index 2f670c29d4bd80a5df9b82b48931cc357c6c5111..c3aa518cd3de40f0d305c77eb1a3a5248f74751e 100644 (file)
@@ -31,7 +31,7 @@ class package extends gzip_file {
                        } else
                        mkdir($basedir);
                }
-               $this->archive($filename);
+               parent::__construct($filename);
                $this->set_options(array('basedir'=> $basedir));
                $this->options['type'] = "pkg";
        }