Skip to content

Commit

Permalink
Item14237: Fixed a bug with uninialized _lscRecords attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed May 12, 2018
1 parent aa27595 commit 1a21f75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/Foswiki/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ has _lscFileObj => (
has _lscRecords => (
is => 'rw',
clearer => 1,
lazy => 1,
builder => '_prepareLscRecords',
);

Expand Down

0 comments on commit 1a21f75

Please sign in to comment.