Fixed the use of a temporary identifier for media providers
authorAlexander Ebert <ebert@woltlab.com>
Mon, 7 Aug 2017 12:58:17 +0000 (14:58 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 8 Aug 2017 13:37:02 +0000 (15:37 +0200)
wcfsetup/install/files/lib/acp/form/BBCodeMediaProviderAddForm.class.php

index 5cf2eefa86101e5c35cbe8a21d87eb49ceeb86e1..7f35c5a9f0a48cb13eb1f38e7be20b79c4d86962 100644 (file)
@@ -110,7 +110,8 @@ class BBCodeMediaProviderAddForm extends AbstractForm {
                        'title' => $this->title,
                        'regex' => $this->regex,
                        'html' => $this->html,
-                       'className' => $this->className
+                       'className' => $this->className,
+                       'name' => $name
                ])]);
                $returnValues = $this->objectAction->executeAction();
                $this->saved();