mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-31 07:55:17 +01:00
Update editor.php
This commit is contained in:
parent
6730fb6912
commit
a9815ff452
@ -136,7 +136,7 @@ if (empty($record) || !$has_access) {
|
||||
|
||||
|
||||
$info = tr('Il record è stato eliminato il <b>_DATE_</b> da <b>_USER_</b>', [
|
||||
'_DATE_' => Translator::timestampToLocale($operation['created_at']),
|
||||
'_DATE_' => (($operation['created_at']) ? Translator::timestampToLocale($operation['created_at']) : Translator::timestampToLocale($record['deleted_at'])),
|
||||
'_USER_' => ((!empty($operation['username'])) ? $operation['username'] : 'N.D.'),
|
||||
]).'. ';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user