Solved user source bug

This commit is contained in:
Kevin Frantz
2018-09-21 19:51:28 +02:00
parent f919b0e02c
commit b84117f3d6
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
{% include "source/view/content/name." ~ app.request.requestFormat ~ ".twig" with {'source':source.userSource}%}
{% include "source/view/content/name." ~ app.request.requestFormat ~ ".twig" with {'source':source.nameSource}%}