We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7396fdf commit 8f00274Copy full SHA for 8f00274
wcfsetup/install/files/lib/acp/form/TemplateEditForm.class.php
@@ -46,7 +46,7 @@ public function readParameters()
46
);
47
$this->formObject = new Template($queryParameters['id']);
48
49
- if (!$this->formObject->getObjectID()) {
+ if (!$this->formObject->getObjectID() || $this->formObject->templateGroupID === null) {
50
throw new IllegalLinkException();
51
}
52
} catch (MappingError) {
0 commit comments