From b4ec47f489e3175bdba14882cdd6836981deb114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurens=20St=C3=B6tzel?= Date: Tue, 19 Dec 2017 13:23:11 +0100 Subject: [PATCH] Fix PHP notices Check for undefined variables/array indexes that may occur on token verification. --- templates/form.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/form.php b/templates/form.php index bd3450a..e84c8cb 100644 --- a/templates/form.php +++ b/templates/form.php @@ -6,7 +6,7 @@ if ( \OCP\Util::getVersion()[0] >= 12 ) ?>
- +
    $errormsg"; @@ -18,23 +18,23 @@ if ( \OCP\Util::getVersion()[0] >= 12 )

- - - + + +

- - - + + +

- - - - - + + + + +