You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Spotted an issue where an empty heading node would throw an error for no content. This was for entries with linked content , and the content had empty headings. Undefined property: stdClass::$content
fix was to add an extra check on line 22 of src/Nodes/Heading.php to check that content node exists
Hi,
Spotted an issue where an empty heading node would throw an error for no content. This was for entries with linked content , and the content had empty headings.
Undefined property: stdClass::$content
fix was to add an extra check on line 22 of
src/Nodes/Heading.php
to check that content node existsHappy to create a PR if needed, Thanks for this addon!
The text was updated successfully, but these errors were encountered: