瀏覽代碼

Update typelink.class.php

tags/6.1.9
xushubieli 2 年之前
父節點
當前提交
4bfa4387da
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/system/typelink/typelink.class.php

+ 1
- 1
src/system/typelink/typelink.class.php 查看文件

@@ -243,7 +243,7 @@ class TypeLink
{
global $cfg_admin_channel;
if (empty($cfg_admin_channel)) $cfg_admin_channel = 'all';
$this->dsql->SetQuery("SELECT id,typename,ispart FROM `#@__arctype` WHERE reid='".$id."' AND ispart<>2 ORDER BY sortrank ASC");
$this->dsql->SetQuery("SELECT id,typename,ispart FROM `#@__arctype` WHERE reid='".$id."' ORDER BY sortrank ASC");
$this->dsql->Execute($id);
while ($row = $this->dsql->GetObject($id)) {
if (is_array($oper) && $cfg_admin_channel != 'all') {


Loading…
取消
儲存