- Patch #626688 by justinrandell: add caching for system_list(). Eliminate a query.
							parent
							
								
									79a9a4f3bf
								
							
						
					
					
						commit
						110f89c5f0
					
				| 
						 | 
				
			
			@ -832,7 +832,9 @@ function drupal_page_is_cacheable($allow_caching = NULL) {
 | 
			
		|||
 *   The name of the bootstrap hook we wish to invoke.
 | 
			
		||||
 */
 | 
			
		||||
function bootstrap_invoke_all($hook) {
 | 
			
		||||
  foreach (module_list(TRUE, TRUE) as $module) {
 | 
			
		||||
  // _drupal_bootstrap_page_cache() already loaded the bootstrap modules, so we
 | 
			
		||||
  // don't need to tell module_list() to reset its bootstrap list.
 | 
			
		||||
  foreach (module_list(FALSE, TRUE) as $module) {
 | 
			
		||||
    drupal_load('module', $module);
 | 
			
		||||
    module_invoke($module, $hook);
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue