Index: trunk/admin/editor/cmseditor/editor/filemanager/browser/default/connectors/php/commands.php =================================================================== diff -u -r1425 -r1426 --- trunk/admin/editor/cmseditor/editor/filemanager/browser/default/connectors/php/commands.php (.../commands.php) (revision 1425) +++ trunk/admin/editor/cmseditor/editor/filemanager/browser/default/connectors/php/commands.php (.../commands.php) (revision 1426) @@ -135,7 +135,7 @@ $prefix=$prefix.'- '; $res .= ''; - //$res .= ReadCmsTree($rs->fields['st_id'], $level+1); + $res .= ReadCmsTree($rs->fields['st_id'], $level+1); $rs->MoveNext(); }