From: Ingo Renner Date: Fri, 6 Feb 2009 10:20:03 +0000 (+0000) Subject: fixed indentation X-Git-Tag: TYPO3_4-3-0alpha2~164 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/45dbe58ab55e64207b5e2dca979a088a08260a77 fixed indentation git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4960 709f56b5-9817-0410-a4d7-c38de5d9e867 --- diff --git a/typo3/sysext/cms/tslib/class.tslib_content.php b/typo3/sysext/cms/tslib/class.tslib_content.php index 01cd7e140f16..b5c48bfebb45 100755 --- 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);