Fixed bbcode pip
authorMarcel Werk <burntime@woltlab.com>
Tue, 25 Jun 2013 17:58:03 +0000 (19:58 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 25 Jun 2013 17:58:03 +0000 (19:58 +0200)
wcfsetup/install/files/lib/system/package/plugin/BBCodePackageInstallationPlugin.class.php

index 901c633ea0f649cfdd0bca9929a2a9eda714767e..7becafafb12393aac74d42a7a665eec8fd222e3e 100644 (file)
@@ -96,6 +96,8 @@ class BBCodePackageInstallationPlugin extends AbstractXMLPackageInstallationPlug
                if ($data['wysiwygIcon'] && $data['buttonLabel']) {
                        $data['showButton'] = 1;
                }
+               
+               return $data;
        }
        
        /**