--- a/plugins/SpecialAdmin.php Sun Jan 27 23:03:57 2008 -0500
+++ b/plugins/SpecialAdmin.php Sun Jan 27 23:17:15 2008 -0500
@@ -1225,7 +1225,7 @@
{
$cls = ( $cls == 'row2' ) ? 'row3' : 'row2';
$this_plugin = ( isset($system[$plugin_files[$i]]) ) ? $system[$plugin_files[$i]] : $plugin_list[$plugin_files[$i]];
- $is_system = ( $system[$plugin_files[$i]] );
+ $is_system = ( @$system[$plugin_files[$i]] );
$bgcolor = '';
if ( $is_system && $cls == 'row2' )
$bgcolor = ' style="background-color: #FFD8D8;"';