Skip to content

Commit

Permalink
Merge pull request #4 from jweiland-net/fixTSTemplates
Browse files Browse the repository at this point in the history
Replaced $_EXTKEY with ext key
  • Loading branch information
Crontis authored Jul 10, 2018
2 parents 3c5efc4 + d53481f commit 8400544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configuration/TCA/Overrides/sys_template.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile(
$_EXTKEY,
'infinitescrolling',
'Configuration/TypoScript',
'Infinite Scrolling'
);
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '2.1.0',
'version' => '2.1.1',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.99.99',
Expand Down

0 comments on commit 8400544

Please sign in to comment.