• Dear Events Manager Developers,

    still love your plugin! Great work!
    Just stumbled upon this piece of code in get_summary() of em-person.php:

    	    $summary = array(
                'dbem_phone' => array('name' => __('Name','events-manager'), 'value' => $this->get_name()),
    		    'user_name' => array('name' => __('Email','events-manager'), 'value' => $this->user_email),
    		    'user_email' => array('name' => __('Phone','events-manager'), 'value' => $this->phone),
            );
    

    Seems like the array keys are mixed up so that the phone gets the name, the name the email and the email the phone. If this is a bug, it is easy to fix ??

    Best regards
    Florian

Viewing 1 replies (of 1 total)
  • Hello,

    Thanks for reporting. I would ask our Devs about this one if it’s indeed a bug or maybe there is an explanation on it.

Viewing 1 replies (of 1 total)
  • The topic ‘Bug in em-person.php get_summary()?’ is closed to new replies.