Index: openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/get-foldercontents.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/get-foldercontents.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/get-foldercontents.tcl 20 Apr 2008 11:58:12 -0000 1.7 +++ openacs-4/packages/ajax-filestorage-ui/www/xmlhttp/get-foldercontents.tcl 26 Aug 2008 20:36:42 -0000 1.8 @@ -33,6 +33,7 @@ if {![exists_and_not_null fs_url]} { set fs_url "" } set folder_path "" +set categories_limitation "" if {![string equal $root_folder_id $folder_id]} { set folder_path [db_exec_plsql dbqd.file-storage.www.folder-chunk.get_folder_path {}] }