add check that page returned from catalog is not null
Catalogue::getPage()
can return nullptr
. This patch adds a check for this return value and returns in case the value returned by Catalogue::getPage()
is null.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Catalogue::getPage()
can return nullptr
. This patch adds a check for this return value and returns in case the value returned by Catalogue::getPage()
is null.