From: Nuno Lopes Date: Fri, 15 Sep 2006 14:59:04 +0000 (+0000) Subject: MFB X-Git-Tag: RELEASE_1_0_0RC1~1662 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0289bacc949d47c6bea62aae9d8bc6fc2173fbe1;p=php MFB --- diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c index e1431b91f2..3b1bf65bc1 100644 --- a/ext/tidy/tidy.c +++ b/ext/tidy/tidy.c @@ -465,8 +465,6 @@ static void php_tidy_quick_repair(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_fil TidyBuffer *errbuf; zval **config; - TIDY_SET_CONTEXT; - if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|Zsb", &arg1, &arg1_len, &config, &enc, &enc_len, &use_include_path) == FAILURE) { RETURN_FALSE; }