mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
Silence log of validation errors
This commit is contained in:
parent
d75372368a
commit
c656d13a4c
@ -342,7 +342,7 @@ class Etemplate extends Etemplate\Widget\Template
|
|||||||
}
|
}
|
||||||
elseif (self::validation_errors(self::$request->ignore_validation))
|
elseif (self::validation_errors(self::$request->ignore_validation))
|
||||||
{
|
{
|
||||||
error_log(__METHOD__."(,".array2string($_content).') validation_errors='.array2string(self::$validation_errors));
|
//error_log(__METHOD__."(,".array2string($_content).') validation_errors='.array2string(self::$validation_errors));
|
||||||
self::$response->generic('et2_validation_error', self::$validation_errors);
|
self::$response->generic('et2_validation_error', self::$validation_errors);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user