bugfix: removed superfluous ob_end_clean() which caused page rendering to fail when OBGzip was enabled
This commit is contained in:
@@ -290,7 +290,6 @@ function validate_regex($path, $values)
|
|||||||
|
|
||||||
$matches = array();
|
$matches = array();
|
||||||
preg_match($values[$path], '', $matches);
|
preg_match($values[$path], '', $matches);
|
||||||
ob_end_clean();
|
|
||||||
|
|
||||||
test_php_errormsg(false);
|
test_php_errormsg(false);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user