Renamed getDatetimeAdded so it has the same name as the coloumn name

This commit is contained in:
Jan Böhmer 2019-03-05 13:57:40 +01:00
parent 336ff7b103
commit 52acac3681
3 changed files with 7 additions and 9 deletions

View file

@ -213,7 +213,7 @@
<div class="form-group">
<label>{% trans %}lastModified{% endtrans %}:</label>
<p>{{ part.lastModified | date }}
<p>{{ part.addedDate | date }}
{# {if !empty($last_modified_user)} {% trans %}by{% endtrans %}
{if $can_visit_user}
<a href="{$relative_path}user_info.php?uid={$last_modified_user_id}">{$last_modified_user}</a>