From b2abfdedb2962b2fdc30f0da363065d9db0f208e Mon Sep 17 00:00:00 2001 From: Jan Kristinus Date: Sun, 29 Jan 2023 14:47:55 +0100 Subject: [PATCH] editor url bei fehler im yform template korrigiert. --- plugins/email/boot.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins/email/boot.php b/plugins/email/boot.php index 5650a55b..b1d7fbb9 100644 --- a/plugins/email/boot.php +++ b/plugins/email/boot.php @@ -1,12 +1,6 @@ ['templates', 'template_id'], - 'module' => ['modules/modules', 'module_id'], - 'action' => ['modules/actions', 'action_id'], - ]; - if (preg_match('@^rex:///yform/email/template/(.*)/(.*)@', $ep->getParam('file'), $match)) { return rex_url::backendPage( 'yform/email/index', @@ -16,5 +10,4 @@ ] ); } - return $ep->getParam('file'); });