Quote Originally Posted by Exile Machine View Post
Works great! Thanks for the quick turn-around on the bug fix.
-Mark
Thanks for the report. There is, unfortunately, yet-another bug that's crept in (only that the admin-activity-log won't actually identify the customer's account that was logged in).

The code on line #89 should be changed from
Code:
                            'gzpost' => gzdeflate (json_encode (array ( 'action' => 'emp_admin_login', 'customer_email_address' => $p1 )), 7),
to
Code:
                            'gzpost' => gzdeflate (json_encode (array ( 'action' => 'emp_admin_login', 'customer_email_address' => $p1a )), 7),
I'll note the issue on the plugin's GitHub repo and get the update scheduled.