Skip to content
Snippets Groups Projects
Commit 013e44b2 authored by colemanw's avatar colemanw
Browse files

Code cleanup

parent 8c63e816
No related branches found
No related tags found
No related merge requests found
......@@ -240,10 +240,8 @@ class CRM_UF_Page_Group extends CRM_Core_Page {
if ($config->userFramework == 'Joomla') {
$profile = str_replace('/administrator/', '/index.php', $profile);
}
else {
if ($config->userFramework == 'WordPress') {
$profile = str_replace('/wp-admin/admin.php', '/index.php', $profile);
}
elseif ($config->userFramework == 'WordPress') {
$profile = str_replace('/wp-admin/admin.php', '/index.php', $profile);
}
// add jquery files
......
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