Ignore:
Timestamp:
May 1, 2016, 11:13:57 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Build under FPC 3.0 and Lazarus 1.6.
  • Modified: Updated internet tariffs page.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/UWebSession.pas

    r108 r114  
    108108            THTMLString(Self.HtmlDocument.Body.SubItems.AddNew(THtmlString.Create)).
    109109              Text := Format(SError, [E.Message]);
    110             if Assigned(GeneratePage) then ModuleBase.GeneratePage(Self, Page.Page)
     110            if Assigned(ModuleBase) then ModuleBase.GeneratePage(Self, Page.Page)
    111111              else GeneratePageDefault(Self, Page.Page);
    112112          end;
Note: See TracChangeset for help on using the changeset viewer.