mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Not even worth a log msg ;)
git-svn-id: file:///svn/phpbb/trunk@4670 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f2650d1e63
commit
996acdeb6b
1 changed files with 24 additions and 24 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue