1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-01 02:27:24 +01:00

Removed '/' from PM URL.

This commit is contained in:
guy9000 2015-05-29 13:07:47 -04:00
parent 6cf354791b
commit 377523a9fb

View File

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