Home
last modified time | relevance | path

Searched hist:"2859 ecedbab940d3863cfd8472b98c320de32540" (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/
H A DFact.php2859ecedbab940d3863cfd8472b98c320de32540 Sun Sep 16 18:48:17 UTC 2018 Jonathan Jaubart <dev@jaubart.com> Check if sub-record instance has been retrieved (#1911)

```getInstance``` is used to retrieve Source / Media subrecords instances, but the code does not check an object has actually been retrieved before invoking the ```canShow``` method on it.
That can cause an issue if the object reference is somehow corrupted, and is therefore not found.