Use default URL for sources if CategoryId <= 1

This commit is contained in:
Michaël Van Canneyt 2025-03-02 11:47:10 +01:00
parent 86765fa5a6
commit 716aeb4783
2 changed files with 1 additions and 1181 deletions

File diff suppressed because it is too large Load Diff

View File

@ -976,7 +976,7 @@ begin
if Base='trunk' then
Base:='main';
lURL:=ViewGitHashURL+Base;
if FVars.CategoryID=1 then
if FVars.CategoryID<=1 then
lURL:=lURL+TestsSubDir
else
begin