Fixed style PIP … again
authorAlexander Ebert <ebert@woltlab.com>
Wed, 31 Oct 2012 19:54:30 +0000 (20:54 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 31 Oct 2012 19:54:30 +0000 (20:54 +0100)
See #874

wcfsetup/install/files/lib/system/package/plugin/StylePackageInstallationPlugin.class.php

index 98b26a3a7e2bbdd8b9dd5c48438b3d46e06a53c6..90ba02310bb56d5df2dd47b337e2ae0447ae3f45 100644 (file)
@@ -27,7 +27,7 @@ class StylePackageInstallationPlugin extends AbstractPackageInstallationPlugin {
                parent::install();
                
                // extract style tar
-               $filename = $this->installation->getArchive()->extractTar($this->$instruction['value'], 'style_');
+               $filename = $this->installation->getArchive()->extractTar($this->instruction['value'], 'style_');
                
                // import style
                $style = StyleEditor::import($filename, $this->installation->getPackageID());