From f7ae4dbdea69c10f9f76f96e1a4e5e7e67625f11 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 26 Mar 2019 11:05:08 +0000 Subject: [PATCH] form : can not log in field : method callable not exists git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5173 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- form.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/form.php b/form.php index 48f0dd2..9607c97 100644 --- a/form.php +++ b/form.php @@ -1122,9 +1122,6 @@ class formfield { if (! is_string ($val)) { - $this->loggingCallable (LOG_ERR, - "Value as defaut for $this->name::$key is not ". - "a string (".gettype ($val).")"); throw new \Exception ("Value as defaut for $this->name::$key is not ". "a string (".gettype ($val).")"); }