diff options
-rw-r--r-- | ext/sablot/sablot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sablot/sablot.c b/ext/sablot/sablot.c index 0a91262011..ee05e0168f 100644 --- a/ext/sablot/sablot.c +++ b/ext/sablot/sablot.c @@ -310,7 +310,7 @@ PHP_FUNCTION(xslt_output_endtransform) * Make sure that we don't have more than one output buffer going on * at the same time. */ - if (OG(nesting_level) == 0) { + if (OG(ob_nesting_level) == 0) { RETURN_NULL(); } |