From: Sterling Hughes Date: Tue, 31 Jul 2001 19:43:11 +0000 (+0000) Subject: ws fix X-Git-Tag: PRE_ENGINE2_SPLIT~158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a5ee4902461cc017cf0f865ce622c9ef57136c2;p=php ws fix --- diff --git a/ext/xslt/sablot.c b/ext/xslt/sablot.c index b9237da90f..9bdf0535ee 100644 --- a/ext/xslt/sablot.c +++ b/ext/xslt/sablot.c @@ -499,7 +499,7 @@ PHP_FUNCTION(xslt_process) /* Translate a PHP array into a Sablotron array */ if (argc > 4) { - xslt_make_array(args_p, &args); + xslt_make_array(args_p, &args); } if (argc > 5) {