mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +02:00
Optimization
This commit is contained in:
@@ -337,7 +337,7 @@
|
||||
$fld['writeParms'] .= "&glyphs=1";
|
||||
}
|
||||
|
||||
if($fld['type'] == 'checkboxes')
|
||||
if($fld['type'] === 'checkboxes')
|
||||
{
|
||||
if($tmp = e107::getParser()->isJSON($fld['writeParms']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user