isobar-nz / silverstripe-catalogmanager

Catalog administration via a LeftAndMain like interface. Lets you create and edit pages outside of the site tree
36 stars 26 forks source link

Update CatalogPageExtension.php #66

Open alessandromarotta opened 4 years ago

alessandromarotta commented 4 years ago

$this->getCatalogParents() can be NULL (if no "parent_class" has been set) or a DATALIST (SiteTree), so before to call the count() method we need to check if it's not null otherwise we get a Warning massage