From: dongsheng Date: Wed, 10 Sep 2008 07:42:41 +0000 (+0000) Subject: "MDL-13766, add path to node" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2d7bbf554af96772443f06d2e557bbbf4c895e86;p=moodle.git "MDL-13766, add path to node" --- diff --git a/repository/lib.php b/repository/lib.php index f71a92090c..da57f4c483 100644 --- a/repository/lib.php +++ b/repository/lib.php @@ -1680,6 +1680,7 @@ _client.buildtree = function(node, level){ tmpNode.filename = node.title; tmpNode.value = node.source; tmpNode.icon = node.thumbnail; + tmpNode.path = node.path; if(node.children){ tmpNode.isLeaf = false; if (node.path) {