Added missing packageID property
authorSascha Greuel <SoftCreatR@users.noreply.github.com>
Sat, 14 Oct 2017 22:53:19 +0000 (00:53 +0200)
committerGitHub <noreply@github.com>
Sat, 14 Oct 2017 22:53:19 +0000 (00:53 +0200)
wcfsetup/install/files/lib/acp/form/BBCodeMediaProviderAddForm.class.php

index 7f35c5a9f0a48cb13eb1f38e7be20b79c4d86962..dd383367ab307fad34784efda24b1580222ea861 100644 (file)
@@ -29,6 +29,12 @@ class BBCodeMediaProviderAddForm extends AbstractForm {
         */
        public $className = '';
        
+       /**
+        * media provider package id
+        * @var integer
+        */
+       public $packageID = PACKAGE_ID;
+       
        /**
         * html value
         * @var string
@@ -111,6 +117,7 @@ class BBCodeMediaProviderAddForm extends AbstractForm {
                        'regex' => $this->regex,
                        'html' => $this->html,
                        'className' => $this->className,
+                       'packageID' => $this->packageID,
                        'name' => $name
                ])]);
                $returnValues = $this->objectAction->executeAction();