From eb998c5adbd3afcf975930cae8e9d68e38c6738d Mon Sep 17 00:00:00 2001 From: Rupert Germann Date: Fri, 14 Apr 2006 11:14:19 +0000 Subject: [PATCH] fix for the fix from bug 2868: the adminpanel didn't transfer the page id correctly when realUrl was used git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1436 709f56b5-9817-0410-a4d7-c38de5d9e867 --- t3lib/class.t3lib_tsfebeuserauth.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/t3lib/class.t3lib_tsfebeuserauth.php b/t3lib/class.t3lib_tsfebeuserauth.php index dd6a537becd..cc965605034 100755 --- a/t3lib/class.t3lib_tsfebeuserauth.php +++ b/t3lib/class.t3lib_tsfebeuserauth.php @@ -186,8 +186,9 @@ class t3lib_tsfeBeUserAuth extends t3lib_beUserAuth { ADMIN PANEL --> -
-'.$query. +'. +(!t3lib_div::_GET('id')?' +':'').$query. ' '.$header.$out.'
'; -- 2.20.1