Not even worth a log msg ;)

git-svn-id: file:///svn/phpbb/trunk@4670 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud 2003-11-16 22:28:47 +00:00
parent f2650d1e63
commit 996acdeb6b

View file

@ -125,7 +125,7 @@ class bbcode
// do not try to re-cache it if it's already in // do not try to re-cache it if it's already in
continue; continue;
} }
$bbcode_ids[$bbcode_id] = $bbcode_id; $bbcode_ids[] = $bbcode_id;
if ($bbcode_id > 11) if ($bbcode_id > 11)
{ {