* Adjust code

This commit is contained in:
zenggang
2022-08-05 06:37:45 +00:00
parent 262ab9e5cd
commit a9fc847711
+1 -1
View File
@@ -132,7 +132,7 @@
<?php endif;?>
<?php foreach($program as $lineID => $line):?>
<?php if(isset($line['lineName'])):?>
<?php if(isset($line['lineName']) and isset($line['products']) and is_array($line['products'])):?>
<?php $lineNames[] = $line['lineName'];?>
<?php
if($this->config->systemMode == 'new' and $programID)