修改AMP批量更新的页内链接

hotfix/远程访问多媒体中心
尹诚诚 7 years ago
parent ac67609477
commit db387320ee

@ -86,7 +86,7 @@
<?php
$i = 0;
foreach ($all_information as $key => $info) {
if ($info->ic_status == 1 && !empty($info->ic_url) && $info->ic_content!=='') {
if ($info->ic_status == 1 && !empty($info->ic_url)) {
$i++;
?>
<tr>

Loading…
Cancel
Save