projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Changed static call to enableFields()
[Packages/TYPO3.CMS.git]
/
t3lib
/
class.t3lib_tsfebeuserauth.php
diff --git
a/t3lib/class.t3lib_tsfebeuserauth.php
b/t3lib/class.t3lib_tsfebeuserauth.php
index
a22af82
..
a332cc8
100755
(executable)
--- a/
t3lib/class.t3lib_tsfebeuserauth.php
+++ b/
t3lib/class.t3lib_tsfebeuserauth.php
@@
-1065,7
+1065,7
@@
$query.
'pid='.intval($row['pid']).
' AND '.$sortField.$op.intval($row[$sortField]).
$copyAfterFieldsQuery.
-
t3lib_pageSelect::
enableFields($table,'',$ignore),
+
$GLOBALS['TSFE']->sys_page->
enableFields($table,'',$ignore),
'',
$sortField.$desc,
'2'