From: jitendrapurohit Date: Tue, 3 Mar 2015 13:29:53 +0000 (+0530) Subject: warning fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=81badc5758eb2af7e09c215771de282f984b80e7;p=civicrm-core.git warning fixes --- diff --git a/CRM/UF/Page/Group.php b/CRM/UF/Page/Group.php index 3d1d3b6263..852ebe074a 100644 --- a/CRM/UF/Page/Group.php +++ b/CRM/UF/Page/Group.php @@ -252,7 +252,7 @@ class CRM_UF_Page_Group extends CRM_Core_Page { else { $wpbase = 'index.php'; } - $profile = str_replace('/wp-admin/admin.php', '/'. $wpbase .'/', $profile); + $profile = str_replace('/wp-admin/admin.php', '/' . $wpbase . '/', $profile); } // add header files