cuny-academic-commons / bp-event-organiser

Allows Event Organiser plugin events to be assigned to BuddyPress groups and generates a group calendar page for each group
GNU General Public License v2.0
3 stars 1 forks source link

Add author metabox callback function #57

Closed christianwach closed 5 years ago

christianwach commented 7 years ago

When creating or editing group events as Super Admin, PHP issues the following warning:

PHP Warning: call_user_func() expects parameter 1 to be a valid callback, function 'post_author_meta_box' not found or invalid function name

The PR adds the relevant callback.

r-a-y commented 5 years ago

Sorry for the long delay on this PR. I just encountered this bug myself, @christianwach!

Merged and thanks!