/[drupal]/contributions/modules/simpletest/switch/system_modules_hook.patch
ViewVC logotype

Diff of /contributions/modules/simpletest/switch/system_modules_hook.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Tue Nov 10 02:30:08 2009 UTC revision 1.1.2.1, Tue Nov 10 02:30:08 2009 UTC
# Line 0  Line 1 
1    Index: modules/system/system.module
2    ===================================================================
3    RCS file: /cvs/drupal/drupal/modules/system/system.module,v
4    retrieving revision 1.838
5    diff -u -r1.838 system.module
6    --- modules/system/system.module        8 Nov 2009 10:29:23 -0000       1.838
7    +++ modules/system/system.module        10 Nov 2009 02:23:13 -0000
8    @@ -2108,6 +2108,9 @@
9       // Install profile hooks are always executed last.
10       $modules[$profile]->weight = 1000;
11    
12    +  // Allow the basic module information to be altered.
13    +  drupal_alter('system_modules', $modules);
14    +
15       // Set defaults for module info.
16       $defaults = array(
17         'dependencies' => array(),
18    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2