diff --git a/lib/client/dom.js b/lib/client/dom.js index f4e545fc..68034c82 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -833,7 +833,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; var RESTful = DOM.RESTful, current = currentFile || this.getCurrentFile(), query = '?time', - link = this.getCurrentPath(lCurrent); + link = this.getCurrentPath(current); RESTful.read(link + query, callback); };