Fix missing category value when using category tree

This commit is contained in:
Nathan Gray 2013-12-05 20:38:16 +00:00
parent 7ff91718e4
commit 1740b8d9be

View File

@ -2137,6 +2137,7 @@ window.egw_LAB.wait(function() {
{ {
$content['cat_id'] = $this->categories->check_list(EGW_ACL_READ,$content['cat_id']); $content['cat_id'] = $this->categories->check_list(EGW_ACL_READ,$content['cat_id']);
} }
$content['cat_id_tree'] = $content['cat_id'];
$content['view'] = true; $content['view'] = true;
$content['link_to'] = array( $content['link_to'] = array(