mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-11 10:34:00 +02:00
misterunknown: fixed problem with the constructor
This commit is contained in:
@@ -325,7 +325,7 @@ class archive {
|
|||||||
}
|
}
|
||||||
class zip_file extends archive {
|
class zip_file extends archive {
|
||||||
function __construct($name) {
|
function __construct($name) {
|
||||||
$this->archive($name);
|
parent::__construct($name);
|
||||||
$this->options['type'] = "zip";
|
$this->options['type'] = "zip";
|
||||||
}
|
}
|
||||||
function create_zip() {
|
function create_zip() {
|
||||||
|
Reference in New Issue
Block a user