From: Florian Pritz Date: Thu, 22 Sep 2011 15:05:56 +0000 (+0200) Subject: apps/calendar: check if variables are set before using them X-Git-Tag: v3.0~161^2~21 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6f3c1180385846a13fdd098542b326c24ce809c2;p=nextcloud-server.git apps/calendar: check if variables are set before using them Signed-off-by: Florian Pritz --- diff --git a/apps/calendar/templates/part.eventform.php b/apps/calendar/templates/part.eventform.php index 5b12407330a..5bb072cc23b 100644 --- a/apps/calendar/templates/part.eventform.php +++ b/apps/calendar/templates/part.eventform.php @@ -2,13 +2,13 @@ t("Title");?>: - " value="" maxlength="100" name="title"/> + " value="" maxlength="100" name="title"/> t("Location");?>: - " value="" maxlength="100" name="location" /> + " value="" maxlength="100" name="location" /> @@ -19,6 +19,7 @@ ' . $calendar['displayname'] . ''; } ?> @@ -64,8 +66,10 @@ @@ -82,6 +86,6 @@ - +
t("Description");?>: