Skip to content
Snippets Groups Projects
Commit 629b3d4d authored by lobo's avatar lobo
Browse files

CRM-12624

----------------------------------------
* CRM-12624: WordPress does not allow anon user to access subscribe/unsubscribe CiviMail pages
  http://issues.civicrm.org/jira/browse/CRM-12624
parent 64793998
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,7 @@ class CRM_Core_Permission_WordPress extends CRM_Core_Permission_Base {
}
// Make string lowercase and convert spaces into underscore
$str = strtolower($str);
$str = str_replace(" ","_",$str);
$str = CRM_Utils_String::munge(strtolower($str));
if ( is_user_logged_in() ) {
// Check whether the logged in user has the capabilitity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment