Skip to content
Snippets Groups Projects
Commit b891eb42 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #553 from kurund/CRM-12370

worked on CRM-12370, minor typo
parents 72742fde fb31b08a
Branches
Tags
No related merge requests found
......@@ -90,7 +90,7 @@ class CRM_Utils_Hook_Drupal extends CRM_Utils_Hook {
if ( $moduleName == 'civicrm' ) {
if (!empty($this->civiModules)) {
foreach( $this->civiModules as $civiModuleName) {
$this->allModules[$civiModules] = $civiModuleName;
$this->allModules[$civiModuleName] = $civiModuleName;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment