auge8472 / My-Little-Forum-1

My Little Forum 1 is a thread based forum with additional board and nested views
GNU General Public License v2.0
6 stars 2 forks source link

Minor issue with bbcode_img in posting.php #74

Open bttrx opened 3 years ago

bttrx commented 3 years ago

if ($settings['bbcode_img'] == 1 && $settings['bbcode_img'] == 1) should probably read if ($settings['bbcode'] == 1 && $settings['bbcode_img'] == 1) like in the other files.

auge8472 commented 3 years ago

Looks plausible. Where can I find the problematic code?

bttrx commented 3 years ago

In line 408 in posting.php. There's only one occurence.