Skip to content

Commit bc5c912

Browse files
Remove deprecated function
1 parent 2792028 commit bc5c912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_tables.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
function() {
66

77
// Enable TYPO3 to create records on standard pages instead of only sys folders
8-
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('tx_cetimeline_domain_model_entry');
8+
//\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('tx_cetimeline_domain_model_entry');
99

1010
// Hide table in all list views, in order to provide smooth inline editing experience
1111
$TCA['tx_cetimeline_domain_model_entry']['ctrl']['hideTable'] = 1;

0 commit comments

Comments
 (0)