mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-14 05:16:43 +00:00
add parthesis for better readability
This commit is contained in:
parent
6bd28191d4
commit
25adcfe5bd
|
|
@ -885,7 +885,7 @@ class Settings { /* {{{ */
|
|||
$disabled = strval($tmp['disable']);
|
||||
else
|
||||
$disabled = 0;
|
||||
$this->_extensions[$extname]['__disable__'] = $disabled=='1' || $disabled == 'true' ? true : false;
|
||||
$this->_extensions[$extname]['__disable__'] = ($disabled=='1' || $disabled == 'true') ? true : false;
|
||||
foreach($extension->children() as $parameter) {
|
||||
$tmp2 = $parameter->attributes();
|
||||
/* Do not read a parameter with the same name. Just a pre caution */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user