Fatal error
-
There is a typo in class.cf7pe.admin.action.php that leads to a fatal error:
add_action(‘upgrader_process_complete’,array( $this, ‘option_tbl_upgrade_action’, 10, 2) );
should be:
add_action(‘upgrader_process_complete’,array( $this, ‘option_tbl_upgrade_action’), 10, 2 );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.