Skip to content
Snippets Groups Projects
Commit b8ac5f7a authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Release version 9.1.9

parent 47fe3e98
No related branches found
No related tags found
No related merge requests found
......@@ -214,9 +214,9 @@ class RegisterService implements SingletonInterface {
public function isTemplateBlacklisted(string $extensionKey, string $templateName, int $siteRootId): bool {
$nonBlacklistedTemplates = $this->getNonBlacklistedTemplates($siteRootId);
if (array_key_exists($extensionKey, $nonBlacklistedTemplates) && array_key_exists(
$templateName,
$nonBlacklistedTemplates[$extensionKey]
)) {
$templateName,
$nonBlacklistedTemplates[$extensionKey]
)) {
return !$nonBlacklistedTemplates[$extensionKey][$templateName];
}
......
......@@ -6,7 +6,7 @@
"license": [
"GPL-2.0-or-later"
],
"version": "9.1.8",
"version": "9.1.9",
"repositories": [
{
"type": "composer",
......
......@@ -8,7 +8,7 @@ $EM_CONF['sg_mail'] = [
'title' => 'Mail Templates',
'description' => 'Mail Templates',
'category' => 'module',
'version' => '9.1.8',
'version' => '9.1.9',
'state' => 'stable',
'author' => 'Fabian Galinski',
'author_email' => 'fabian@sgalinski.de',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment