1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 18:30:53 +00:00

update history list (#3035)

This commit is contained in:
陈钦亮
2019-03-04 19:50:11 +08:00
committed by Daniel Pan
parent 4b74774f7c
commit 181ba79f97

View File

@@ -190,7 +190,7 @@ class EditorUtilities {
); );
} }
getFileHistoryVersion(commitID) { getFileHistoryVersion(commitID, filePath) {
return seafileAPI.getFileRevision(repoID, commitID, filePath); return seafileAPI.getFileRevision(repoID, commitID, filePath);
} }