mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
check for type and value and showConfigVar()
This commit is contained in:
parent
47aebfdb14
commit
84b0f6ac35
|
@ -119,7 +119,7 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style {
|
|||
<tr title="<?= getMLText($title."_desc") ?>">
|
||||
<td><?= getMLText($title) ?>:</td>
|
||||
<?php
|
||||
if($type == 'array')
|
||||
if($type === 'array')
|
||||
$value = $settings->arrayToString($settings->{"_".$name});
|
||||
else
|
||||
$value = $settings->{"_".$name};
|
||||
|
|
Loading…
Reference in New Issue
Block a user