Browse Source

Update catalog_edit.php

tags/6.2.7
tianya 1 year ago
parent
commit
671405d980
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/admin/catalog_edit.php

+ 4
- 0
src/admin/catalog_edit.php View File

@@ -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 = '';


Loading…
Cancel
Save