includes/common.php
changeset 590 03a60844c7c5
parent 544 81b4499a963e
child 592 27377179fe58
equal deleted inserted replaced
589:88d4ed0a2898 590:03a60844c7c5
   326 //
   326 //
   327 
   327 
   328 // Obtain list of plugins
   328 // Obtain list of plugins
   329 $plugins->loadAll();
   329 $plugins->loadAll();
   330 
   330 
       
   331 profiler_log('Fetched plugin list');
       
   332 
   331 global $plugins;
   333 global $plugins;
   332 
   334 
   333 // Load plugins from common because we can't give plugins full abilities in object context
   335 // Load plugins from common because we can't give plugins full abilities in object context
   334 foreach ( $plugins->load_list as $f )
   336 foreach ( $plugins->load_list as $f )
   335 {
   337 {