Skip to content

Commit fa30c44

Browse files
author
Gerhard Weber
committed
FIX URL construction (#33)
1 parent a96ba76 commit fa30c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/CRM/Logviewer/Page/LogViewer.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p>{ts 1=$currentTime}The current time is %1.{/ts}</p>
22
<p>{ts 1=$fileName}Logfile: %1{/ts}</p>
33

4-
<form action="/civicrm/admin/logviewer" method="post" name="post" id="post" class="CRM_Logviewer_Page_LogViewer">
4+
<form action="{crmURL p='civicrm/admin/logviewer'}" method="post" name="post" id="post" class="CRM_Logviewer_Page_LogViewer">
55
<div class="crm-section">
66
<div class="label"><label for="severity">Severity</label></div>
77
<div class="content">

0 commit comments

Comments
 (0)