Actions
Bug #17041
closedModule Web>Info>Log: ID of BE user is displayed instead of its username
Start date:
2007-02-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
have an look at
web -> info -> log: "Admin Changelog"
the username will be shown as
4@LIVE
instead of
martinholtz@LIVE
we need only one line in
typo3/sysext/belog/class.tx_belog_webinfo.php
$lF->be_user_Array = t3lib_BEfunc::getUserNames();
in function main()
after
t3lib_div::makeInstance('logFunctions_ext');
and before (Line 248)
while($row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($log)) {
(issue imported from #M5072)
Files
Actions