Ver código fonte

Update catalog_edit.php

tags/6.2.7
tianya 1 ano atrás
pai
commit
671405d980
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      src/admin/catalog_edit.php

+ 4
- 0
src/admin/catalog_edit.php Ver arquivo

@@ -17,6 +17,10 @@ CheckPurview('t_Edit,t_AccEdit');
//检查栏目操作许可
CheckCatalog($id, '您无权修改本栏目');
if ($dopost == "save") {
if ($apienabled == 1 && empty($apikey)) {
ShowMsg("跨站调用秘钥不能为空", "-1");
exit();
}
$description = Html2Text($description, 1);
$keywords = Html2Text($keywords, 1);
$uptopsql = $smalltypes = '';


Carregando…
Cancelar
Salvar