1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

Optimization

This commit is contained in:
Cameron
2017-01-29 18:43:52 -08:00
parent 46e89d103e
commit b6d9507aca
11 changed files with 84 additions and 84 deletions

View File

@@ -337,7 +337,7 @@
$fld['writeParms'] .= "&glyphs=1";
}
if($fld['type'] == 'checkboxes')
if($fld['type'] === 'checkboxes')
{
if($tmp = e107::getParser()->isJSON($fld['writeParms']))
{