Fixed broken URLs in 'log.php'

This commit is contained in:
guy9000 2015-05-24 21:40:56 -04:00
parent 9f01a099b2
commit be61ddd9b2

View File

@ -14,7 +14,7 @@
<em>hidden</em>
{% else %}
{% if not mod|hasPermission(config.mod.modlog) %}
<a href="?/new_PM/{{ log.username|e }}">{{ log.username|e }}</a>
<a href="/mod.php?/new_PM/{{ log.username|e }}">{{ log.username|e }}</a>
{% else %}
<a href="?/log:{{ log.username|e }}">{{ log.username|e }}</a>
{% endif %}