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:
3
form.php
3
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).")");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user