Skip to content

Commit

Permalink
Merge pull request #10 from JAK0TA/Fix-undefined-constant
Browse files Browse the repository at this point in the history
Fix undefined constant
  • Loading branch information
KrohnMi authored Aug 31, 2022
2 parents c770195 + 650feea commit ec529d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_tables.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

defined('TYPO3') || exit();
defined('TYPO3') || defined('TYPO3_MODE') || exit('Access denied.');

(static function () {
})();

0 comments on commit ec529d5

Please sign in to comment.