Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit fe5f032

Browse files
committed
Again match global variable name
1 parent 1759461 commit fe5f032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ElixirWeb.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ end;
313313
314314
function ShouldSkipPage(PageID: Integer): Boolean;
315315
begin
316-
if PageID = PSelRelease.ID then begin
317-
Result := not (PSelInstallType.CheckListBox.ItemObject[PSelInstallType.SelectedValueIndex] = nil);
316+
if PageID = GlobalPageSelRelease.ID then begin
317+
Result := not (GlobalPageSelInstallType.CheckListBox.ItemObject[GlobalPageSelInstallType.SelectedValueIndex] = Null);
318318
end else begin
319319
Result := False;
320320
end;

0 commit comments

Comments
 (0)