Explorar el Código

Update typelink.class.php

tags/6.1.9
xushubieli hace 2 años
padre
commit
4bfa4387da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/system/typelink/typelink.class.php

+ 1
- 1
src/system/typelink/typelink.class.php Ver fichero

@@ -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') {


Cargando…
Cancelar
Guardar