Error when loading gallery view
-
Receiving error when loading the gallery view:
Trying to get property ‘id’ of non-object
wp-content/plugins/filebird/includes/Controller/Folder.php:607
I’ve patched this by placing is_null check on the $screen variable first…
if( ! is_null($screen) && ‘attachment’ === $screen->id )
return $form_fields;Please fix!!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error when loading gallery view’ is closed to new replies.