From b4629ef16c7a86f64bd7a19038676c57e4c5ad67 Mon Sep 17 00:00:00 2001 From: Thomas de Jesus Date: Thu, 19 Jul 2018 10:17:22 -0500 Subject: [PATCH] Update Schedule.php Adds the captcha div to the suggest event form --- mod/calendar/class/Schedule.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod/calendar/class/Schedule.php b/mod/calendar/class/Schedule.php index 76a03fa17..b513e3770 100644 --- a/mod/calendar/class/Schedule.php +++ b/mod/calendar/class/Schedule.php @@ -179,6 +179,7 @@ public function addSuggestLink($default_date = NULL) $event = new Calendar_Event(0, $this); $suggest_form = Calendar_Admin::event_form($event, true); + $captcha = Captcha::get(); $modal = << @@ -192,6 +193,7 @@ public function addSuggestLink($default_date = NULL) $suggest_form