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'); });