mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update topic_tpl.php
This commit is contained in:
parent
488b373b8f
commit
7b62958ccc
@ -141,7 +141,7 @@ switch ($mode)
|
||||
$this->response['tpl_id'] = $tpl_id;
|
||||
$this->response['tpl_name'] = $tpl_name;
|
||||
$this->response['html']['tpl-last-edit-time'] = bb_date(TIMENOW, 'd-M-y H:i');
|
||||
$this->response['html']['tpl-last-edit-by'] = $userdata['username'];
|
||||
$this->response['html']['tpl-last-edit-by'] = profile_url(get_userdata($userdata['username'], true));
|
||||
break;
|
||||
|
||||
// создание нового шаблона
|
||||
|
Loading…
Reference in New Issue
Block a user