Viewing 1 replies (of 1 total)
  • Plugin Author Ryan Novotny

    (@ryannovotny)

    Hi there,

    We have fixed this bug for the next release, which should be pretty soon, but no date is set yet.

    If you want to manually fix the problem, replace the function FCA_EOI_remove_admin_bar_link (in the file includes/eoi-functions.php) with this:

    function FCA_EOI_remove_admin_bar_link() {
    	if (!current_user_can( 'delete_others_pages' ) && function_exists( 'remove_meta_box' )){
    		remove_meta_box( 'fca_eoi_dashboard_widget', 'dashboard', 'normal' );
    	}
    }
Viewing 1 replies (of 1 total)
  • The topic ‘fatal error’ is closed to new replies.