INFRA-132 - CRM/Extension - phpcbf
[civicrm-core.git] / CRM / Extension / Mapper.php
index 593429c873a7e727ffb9469ba2c72456a1963128..fdf7c3c2ae7ad936ef2123c09202842d7a06dc87 100755 (executable)
@@ -102,10 +102,10 @@ class CRM_Extension_Mapper {
       $this->civicrmUrl = rtrim($config->resourceBase, '/');
     }
     if ($civicrmPath) {
-      $this->civicrmPath = rtrim($civicrmPath,'/');
+      $this->civicrmPath = rtrim($civicrmPath, '/');
     } else {
       global $civicrm_root;
-      $this->civicrmPath = rtrim($civicrm_root,'/');
+      $this->civicrmPath = rtrim($civicrm_root, '/');
     }
   }