Bug in em-person.php get_summary()?
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Bug in em-person.php get_summary()?’ is closed to new replies.