Browse Source

Update catalog_do.php

tags/6.2.0
xushubieli 2 years ago
parent
commit
5cadb5ca47
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin/catalog_do.php

+ 1
- 1
src/admin/catalog_do.php View File

@@ -175,7 +175,7 @@ function GetSunListsMenu();
-----------*/ -----------*/
else if ($dopost == "GetSunListsMenu") { else if ($dopost == "GetSunListsMenu") {
$userChannel = $cuserLogin->getUserChannel(); $userChannel = $cuserLogin->getUserChannel();
require_once(DEDEINC."/typeunit/typeunit.class.menu.php");
require_once(DEDEINC."/typelink/typeunit.class.menu.php");
AjaxHead(); AjaxHead();
PutCookie('lastCidMenu', $cid, 3600 * 24, "/"); PutCookie('lastCidMenu', $cid, 3600 * 24, "/");
$tu = new TypeUnit($userChannel); $tu = new TypeUnit($userChannel);


Loading…
Cancel
Save