Change occurances of user->profileField to user->get
This commit is contained in:
parent
ae48e7517a
commit
59c03b50e7
41 changed files with 86 additions and 86 deletions
|
|
@ -519,7 +519,7 @@ sub www_getHistory {
|
|||
.$icon->edit('func=edit;revision='.$revision->revisionDate, $revision->url)
|
||||
.$icon->view('func=view;revision='.$revision->revisionDate, $revision->url),
|
||||
date => $date->epochToHuman($revision->revisionDate),
|
||||
username => $user->profileField('alias') || $user->username,
|
||||
username => $user->get('alias') || $user->username,
|
||||
actionTaken => $revision->actionTaken,
|
||||
interval => join(" ", $date->secondsToInterval(time() - $revision->revisionDate))
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue