From fbef756c0071a400f6d078ce4507f1fc2459f78c Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 31 Oct 2012 20:53:36 +0100 Subject: [PATCH] Fixed style PIP Closes #874 --- .../package/plugin/StylePackageInstallationPlugin.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/package/plugin/StylePackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/StylePackageInstallationPlugin.class.php index 40c9cecf11..98b26a3a7e 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/StylePackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/StylePackageInstallationPlugin.class.php @@ -27,7 +27,7 @@ class StylePackageInstallationPlugin extends AbstractPackageInstallationPlugin { parent::install(); // extract style tar - $filename = $this->installation->getArchive()->extractTar($this->instructions['value'], 'style_'); + $filename = $this->installation->getArchive()->extractTar($this->$instruction['value'], 'style_'); // import style $style = StyleEditor::import($filename, $this->installation->getPackageID()); -- 2.20.1