projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae07ee0
)
Call to parrent constructor in themes install fixed.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Wed, 1 Nov 2017 23:31:06 +0000
(
00:31
+0100)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Wed, 1 Nov 2017 23:31:06 +0000
(
00:31
+0100)
includes/packages.inc
patch
|
blob
|
history
diff --git
a/includes/packages.inc
b/includes/packages.inc
index 2f670c29d4bd80a5df9b82b48931cc357c6c5111..c3aa518cd3de40f0d305c77eb1a3a5248f74751e 100644
(file)
--- a/
includes/packages.inc
+++ b/
includes/packages.inc
@@
-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";
}