mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-29 04:57:20 +00:00
check if $settings->_converters['preview'] is set
This commit is contained in:
parent
95b332586c
commit
50a837a05d
|
@ -713,6 +713,7 @@ if(!is_writeable($settings->_configFilePath)) {
|
|||
</tr>
|
||||
<tr ><td><b> <?php printMLText("preview_converters");?></b></td> </tr>
|
||||
<?php
|
||||
if(isset($settings->_converters['preview'])) {
|
||||
foreach($settings->_converters['preview'] as $mimetype=>$cmd) {
|
||||
?>
|
||||
<tr title="<?php echo $mimetype;?>">
|
||||
|
@ -721,6 +722,7 @@ if(!is_writeable($settings->_configFilePath)) {
|
|||
</tr>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
?>
|
||||
<tr title="">
|
||||
<td><?php $this->showTextField("converters[preview][newmimetype]", ""); ?>:</td>
|
||||
|
|
Loading…
Reference in New Issue
Block a user