includes/common.php
changeset 378 c1c7fa6b329f
parent 372 5bd429428101
child 406 7468a663315f
equal deleted inserted replaced
377:bb3e6c3bd4f4 378:c1c7fa6b329f
   281 global $plugins;
   281 global $plugins;
   282 
   282 
   283 // Load plugins from common because we can't give plugins full abilities in object context
   283 // Load plugins from common because we can't give plugins full abilities in object context
   284 foreach ( $plugins->load_list as $f )
   284 foreach ( $plugins->load_list as $f )
   285 {
   285 {
   286   include_once $f;
   286   if ( file_exists($f) )
       
   287     include_once $f;
   287 }
   288 }
   288 
   289 
   289 profiler_log('Loaded plugins');
   290 profiler_log('Loaded plugins');
   290 
   291 
   291 // Three fifths of the Enano API gets the breath of life right here.
   292 // Three fifths of the Enano API gets the breath of life right here.