diff -r bb3e6c3bd4f4 -r c1c7fa6b329f includes/common.php --- a/includes/common.php Sat Jan 26 15:42:32 2008 -0500 +++ b/includes/common.php Sun Jan 27 22:57:40 2008 -0500 @@ -283,7 +283,8 @@ // Load plugins from common because we can't give plugins full abilities in object context foreach ( $plugins->load_list as $f ) { - include_once $f; + if ( file_exists($f) ) + include_once $f; } profiler_log('Loaded plugins');