and yet another quick patch

this happens when you make massive changes

Signed-off-by: Flashwave <me@flash.moe>
This commit is contained in:
flash 2015-10-10 23:49:31 +02:00
parent 41150ec37b
commit 711351926f

View file

@ -1,3 +1,3 @@
{% set comments = profile.profileComments.comments %}
{% set commentsCategory = 'profile-' ~ profile.data.id %}
{% set commentsCategory = 'profile-' ~ profile.data.user_id %}
{% include 'elements/comments.tpl' %}