aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/tpl/event_form.tpl2
-rw-r--r--view/tpl/smarty3/event_form.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl
index 536c52b0f..c0502397d 100644
--- a/view/tpl/event_form.tpl
+++ b/view/tpl/event_form.tpl
@@ -8,7 +8,7 @@ $desc
<input type="hidden" name="event_id" value="$eid" />
<input type="hidden" name="cid" value="$cid" />
-<input type="hidden" name="uri" value="$uri" />
+<input type="hidden" name="mid" value="$mid" />
<div id="event-start-text">$s_text</div>
$s_dsel $s_tsel
diff --git a/view/tpl/smarty3/event_form.tpl b/view/tpl/smarty3/event_form.tpl
index 335a9480b..96b7a3c2f 100644
--- a/view/tpl/smarty3/event_form.tpl
+++ b/view/tpl/smarty3/event_form.tpl
@@ -13,7 +13,7 @@
<input type="hidden" name="event_id" value="{{$eid}}" />
<input type="hidden" name="cid" value="{{$cid}}" />
-<input type="hidden" name="uri" value="{{$uri}}" />
+<input type="hidden" name="mid" value="{{$mid}}" />
<div id="event-start-text">{{$s_text}}</div>
{{$s_dsel}} {{$s_tsel}}