mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:45:16 +02:00
stupid debug code :P
git-svn-id: file:///svn/phpbb/trunk@7148 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -656,7 +656,6 @@ class bbcode_firstpass extends bbcode
|
|||||||
$this->parsed_items['quote']++;
|
$this->parsed_items['quote']++;
|
||||||
|
|
||||||
// the buffer holds a valid opening tag
|
// the buffer holds a valid opening tag
|
||||||
$config['max_quote_depth'] = 0;
|
|
||||||
if ($config['max_quote_depth'] && sizeof($close_tags) >= $config['max_quote_depth'])
|
if ($config['max_quote_depth'] && sizeof($close_tags) >= $config['max_quote_depth'])
|
||||||
{
|
{
|
||||||
// there are too many nested quotes
|
// there are too many nested quotes
|
||||||
|
Reference in New Issue
Block a user