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
(parent:
79cd855
)
fixed indentation
author
Ingo Renner
<ingo.renner@typo3.org>
Fri, 6 Feb 2009 10:20:03 +0000
(10:20 +0000)
committer
Ingo Renner
<ingo.renner@typo3.org>
Fri, 6 Feb 2009 10:20:03 +0000
(10:20 +0000)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4960
709f56b5
-9817-0410-a4d7-
c38de5d9e867
typo3/sysext/cms/tslib/class.tslib_content.php
patch
|
blob
|
history
diff --git
a/typo3/sysext/cms/tslib/class.tslib_content.php
b/typo3/sysext/cms/tslib/class.tslib_content.php
index
01cd7e1
..
b5c48bf
100755
(executable)
--- a/
typo3/sysext/cms/tslib/class.tslib_content.php
+++ b/
typo3/sysext/cms/tslib/class.tslib_content.php
@@
-5024,7
+5024,7
@@
class tslib_cObj {
// Check that output is not an array:
if (is_array($retVal)) $retVal = '';
}
- t3lib_div::deprecationLog('Using gpvar in TypoScript getText is deprecated since TYPO3 4.3 - Use gp instead of gpvar.');
+
t3lib_div::deprecationLog('Using gpvar in TypoScript getText is deprecated since TYPO3 4.3 - Use gp instead of gpvar.');
break;
case 'tsfe':
$retVal = $this->getGlobal ('TSFE|'.$key);