Index: trunk/admin/import/import.php =================================================================== diff -u -r55 -r91 --- trunk/admin/import/import.php (.../import.php) (revision 55) +++ trunk/admin/import/import.php (.../import.php) (revision 91) @@ -458,6 +458,7 @@ $FullPath = $Path.$cat->Get("CategoryId")."|"; $cat->Set("ParentPath",$FullPath); $cat->SetViewPerms("CATEGORY.VIEW",$acl,$allgroups); + $cat->SetViewPerms("LINK.VIEW",$acl,$allgroups); $cat->Update(); $cat->UpdateCachedPath();