Project

General

Profile

Actions

Bug #17041

closed

Module Web>Info>Log: ID of BE user is displayed instead of its username

Added by Martin Holtz about 17 years ago. Updated about 17 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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

0005072.patch (543 Bytes) 0005072.patch Administrator Admin, 2007-02-26 17:15
Actions #1

Updated by Oliver Hader about 17 years ago

Thanks for pointing this out. The attached patch resembles the change you suggested.

Actions #2

Updated by Oliver Hader about 17 years ago

Committed to Trunk.

Actions

Also available in: Atom PDF