Forums
(@thesanerone)
13 years, 7 months ago
In the pm4wp-template.php file, change this
‘if (!is_user_logged_in()) { redirect_to_login_url(); }’
to this
‘if (!is_user_logged_in()) { auth_redirect(); }’
Problem solved!!