plugins/SpecialAdmin.php
changeset 380 73444271fd1c
parent 377 bb3e6c3bd4f4
child 387 92664d2efab8
--- 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;"';