projects
/
Packages
/
TYPO3.CMS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
06bdbe1
)
Follow-up fix to #16857, Inconsistent use of Enabled instead of Show in pages/tt_content
author
Ingo Renner
<ingo.renner@typo3.org>
Tue, 28 Dec 2010 16:35:47 +0000
(16:35 +0000)
committer
Ingo Renner
<ingo.renner@typo3.org>
Tue, 28 Dec 2010 16:35:47 +0000
(16:35 +0000)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9952
709f56b5
-9817-0410-a4d7-
c38de5d9e867
typo3/sysext/cms/tbl_tt_content.php
patch
|
blob
|
history
diff --git
a/typo3/sysext/cms/tbl_tt_content.php
b/typo3/sysext/cms/tbl_tt_content.php
index
6ff0b67
..
7c60cca
100755
(executable)
--- a/
typo3/sysext/cms/tbl_tt_content.php
+++ b/
typo3/sysext/cms/tbl_tt_content.php
@@
-174,7
+174,7
@@
$TCA['tt_content'] = array(
'renderInverted' => TRUE,
'items' => array (
'1' => array(
- '0' => 'LLL:EXT:lang/locallang_core.xml:labels.
enabled
',
+ '0' => 'LLL:EXT:lang/locallang_core.xml:labels.
show
',
),
),
),