Undefined index: type
-
On the edit screen for posts, pages, and custom post types, I’m getting the following warning:
Notice: Undefined index: type in \wp-content\plugins\wp-fullcalendar\wp-fullcalendar.php on line 53
This warning is not appearing on the Events post type.
Looking at line 53, I’m wondering if maybe the
=
should be==
:if( !empty($_REQUEST['action']) && $_REQUEST['action'] = 'WP_FullCalendar' && $_REQUEST['type'] == EM_POST_TYPE_EVENT ){
WP v4.3.1
Events Manager 5.6.1
WP FullCalendar v1.0Thanks for all of your hard work EM team!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Undefined index: type’ is closed to new replies.