[-] BO : BugFix : #PSCFV-2260 : Admin in one shop can see categories from another shop

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15227 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-05-11 13:56:15 +00:00
parent 65d2eb5ff1
commit 0b8e21fc01
3 changed files with 4 additions and 2 deletions
@@ -31,8 +31,9 @@
var selectedLabel = '{$categories.trads.selected}';
var home = '{$categories.trads.Root.name}';
var use_radio = {if $categories.use_radio}1{else}0{/if};
var use_context = {if isset($categories.use_context)}1{else}0{/if};
$(document).ready(function(){
buildTreeView();
buildTreeView(use_context);
});
</script>