worked on CRM-12370, minor typo
authorKurund Jalmi <kurund@civicrm.org>
Sun, 28 Apr 2013 07:36:17 +0000 (00:36 -0700)
committerKurund Jalmi <kurund@civicrm.org>
Sun, 28 Apr 2013 07:36:17 +0000 (00:36 -0700)
CRM/Utils/Hook/Drupal.php

index e5e8b71259d126d834efe731c0bea3d869e6a5fd..0439f9e2fa1f70c805c58934f8a083e8e77132f2 100644 (file)
@@ -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;
             }
           }
         }