Alanaktion / phproject

A high performance full-featured project management system
https://www.phproject.org
GNU General Public License v3.0
384 stars 106 forks source link

Bug found, on new incident : #404

Closed bestkiller92 closed 2 years ago

bestkiller92 commented 2 years ago

phproject/app/view/notification/new.html

{{ date("D, M j, Y \a\t g:ia", $this->utc2local(@comment.created_date)) }} must be replaced by {{ date("D, M j, Y \a\t g:ia", $this->utc2local(@issue.created_date)) }}

Alanaktion commented 2 years ago

This is fixed in v1.7.12