Skip to content

Commit 1a5ee49

Browse files
author
Sterling Hughes
committed
ws fix
1 parent 1bca4ae commit 1a5ee49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/xslt/sablot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ PHP_FUNCTION(xslt_process)
499499

500500
/* Translate a PHP array into a Sablotron array */
501501
if (argc > 4) {
502-
xslt_make_array(args_p, &args);
502+
xslt_make_array(args_p, &args);
503503
}
504504

505505
if (argc > 5) {

0 commit comments

Comments
 (0)