diff --git a/core/src/Revolution/modResource.php b/core/src/Revolution/modResource.php index c66293752a4..45cbe93c9ed 100644 --- a/core/src/Revolution/modResource.php +++ b/core/src/Revolution/modResource.php @@ -487,7 +487,7 @@ public function process() } } else { $this->_content = $this->getContent(); - $maxIterations = intval($this->xpdo->getOption('parser_max_iterations', 10)); + $maxIterations = intval($this->xpdo->getOption('parser_max_iterations', null, 10)); $this->xpdo->parser->processElementTags('', $this->_content, false, false, '[[', ']]', [], $maxIterations); $this->_processed = true;