diff options
Diffstat (limited to 'ext/tidy/tidy.c')
| -rw-r--r-- | ext/tidy/tidy.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c index a64d7c6444..7a87300a7e 100644 --- a/ext/tidy/tidy.c +++ b/ext/tidy/tidy.c @@ -1088,7 +1088,7 @@ PHP_FUNCTION(tidy_parse_file)  	if (!(contents = php_tidy_file_to_mem(inputfile, use_include_path TSRMLS_CC))) {  		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot Load '%s' into memory %s", inputfile, (use_include_path) ? "(Using include path)" : ""); -		return; +		RETURN_FALSE;  	}  	TIDY_APPLY_CONFIG_ZVAL(obj->ptdoc->doc, options);  | 
