Skip to content

Commit fd8f5a8

Browse files
authored
Merge pull request #34 from gngn23/fix-form-url
FIX URL construction (#33)
2 parents a96ba76 + fa30c44 commit fd8f5a8

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)