Skip to content

Commit

Permalink
[BUGFIX] Fix ext_emconf.php for TER release (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lagerregal authored Feb 21, 2018
1 parent 6035eaf commit f27cb35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$EM_CONF[\Pluswerk\MailLogger\Utility\ConfigurationUtility::EXTENSION_KEY] = [
$EM_CONF[$_EXTKEY] = [
'title' => '+Pluswerk: Mail Logger',
'description' => 'This extensions logs all your outoing mails and provides email templates and debugging tools',
'category' => 'module',
Expand All @@ -11,7 +11,7 @@
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.0.0',
'version' => '1.0.1',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.99.99',
Expand Down

0 comments on commit f27cb35

Please sign in to comment.