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
This commit is contained in:
2019-03-26 11:05:08 +00:00
parent 45ffd3144e
commit f7ae4dbdea

View File

@@ -1122,9 +1122,6 @@ class formfield
{ {
if (! is_string ($val)) 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 ". throw new \Exception ("Value as defaut for $this->name::$key is not ".
"a string (".gettype ($val).")"); "a string (".gettype ($val).")");
} }