bugfix: removed superfluous ob_end_clean() which caused page rendering to fail when OBGzip was enabled

This commit is contained in:
Crack
2010-08-01 21:46:33 +02:00
parent e76b4f8721
commit 30413def3e

View File

@@ -290,7 +290,6 @@ function validate_regex($path, $values)
$matches = array();
preg_match($values[$path], '', $matches);
ob_end_clean();
test_php_errormsg(false);