diff --git a/chrome/chromeFiles/content/scholar/data_access.js b/chrome/chromeFiles/content/scholar/data_access.js index 145a59e7c..fb1d3fe3f 100644 --- a/chrome/chromeFiles/content/scholar/data_access.js +++ b/chrome/chromeFiles/content/scholar/data_access.js @@ -845,7 +845,8 @@ Scholar.Objects = new function(){ var tree = Scholar.DB.query(sql); if (!tree){ - throw ('treeStructure is empty'); + Scholar.debug('No children of folder ' + parent, 5); + return toReturn; } _load('all');