From 16efd1191aa98ea4f8cec7a22aff4912f36450cc Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Wed, 26 Dec 2018 21:12:58 +0100 Subject: [PATCH] forgot to remove require of formfield-constants Signed-off-by: Michael Kaufmann --- lib/init.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/init.php b/lib/init.php index 7ae12dc2..2e57aa1c 100644 --- a/lib/init.php +++ b/lib/init.php @@ -109,7 +109,6 @@ if (! isset($sql) || ! is_array($sql)) { /** * Includes the Functions */ -require \Froxlor\Froxlor::getInstallDir() . '/lib/functions/constant.formfields.php'; @set_error_handler(array( '\\Froxlor\\PhpHelper', 'phpErrHandler'