silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
721 stars 821 forks source link

Fixed addFieldsToTab FieldList field is null #10964

Closed pack254 closed 1 year ago

pack254 commented 1 year ago

I have found this error in CMS 4.13 while testing Redirector Page it prompts this error:

error-log.ERROR: Uncaught Exception Error: "Call to a member function getName() on null

This line of code is cause the issue } elseif (($name = $field->getName()) && $tab->fieldByName($name)) {