projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb8de3d
)
worked on CRM-12370, minor typo
author
Kurund Jalmi
<kurund@civicrm.org>
Sun, 28 Apr 2013 07:36:17 +0000
(
00:36
-0700)
committer
Kurund Jalmi
<kurund@civicrm.org>
Sun, 28 Apr 2013 07:36:17 +0000
(
00:36
-0700)
CRM/Utils/Hook/Drupal.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Hook/Drupal.php
b/CRM/Utils/Hook/Drupal.php
index e5e8b71259d126d834efe731c0bea3d869e6a5fd..0439f9e2fa1f70c805c58934f8a083e8e77132f2 100644
(file)
--- a/
CRM/Utils/Hook/Drupal.php
+++ b/
CRM/Utils/Hook/Drupal.php
@@
-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[$civiModule
s
] = $civiModuleName;
+ $this->allModules[$civiModule
Name
] = $civiModuleName;
}
}
}