Skip to content

Commit bbfae11

Browse files
author
Vladimir Kotal
committed
call getHistory() from PageConfig with ui = True
1 parent a329c37 commit bbfae11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/web/PageConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ protected String getLatestRevision() {
12291229
History hist;
12301230
try {
12311231
hist = HistoryGuru.getInstance().
1232-
getHistory(new File(getEnv().getSourceRootFile(), getPath()));
1232+
getHistory(new File(getEnv().getSourceRootFile(), getPath()), false, true);
12331233
} catch (HistoryException ex) {
12341234
return null;
12351235
}

0 commit comments

Comments
 (0)