Index: C:/Documents and Settings/Dmitry/workspace-typo3/TYPO3-4.0/typo3/sysext/rtehtmlarea/mod3/browse_links.php
===================================================================
--- C:/Documents and Settings/Dmitry/workspace-typo3/TYPO3-4.0/typo3/sysext/rtehtmlarea/mod3/browse_links.php (revision 1651)
+++ C:/Documents and Settings/Dmitry/workspace-typo3/TYPO3-4.0/typo3/sysext/rtehtmlarea/mod3/browse_links.php (working copy)
@@ -1634,7 +1634,7 @@
$titleLen=intval($GLOBALS['BE_USER']->uc['titleLen']);
$mainPageRec = t3lib_BEfunc::getRecord('pages',$expPageId);
$picon=t3lib_iconWorks::getIconImage('pages',$mainPageRec,$BACK_PATH,'');
- if($his->typoVersion >= 3007000 ) {
+ if($this->typoVersion >= 3007000 ) {
$picon.= htmlspecialchars(t3lib_div::fixed_lgd_cs($mainPageRec['title'],$titleLen));
} else {
$picon.= htmlspecialchars(t3lib_div::fixed_lgd($mainPageRec['title'],$titleLen));
@@ -1662,7 +1662,7 @@
$arrCol='';
}
// Putting list element HTML together:
- if($his->typoVersion >= 3007000 ) {
+ if($this->typoVersion >= 3007000 ) {
$out.=''.
$arrCol.
''.