diff -r e06789dba481 -r 36289dcb5c8a plugins/admin/SecurityLog.php --- a/plugins/admin/SecurityLog.php Mon May 04 23:05:23 2009 -0400 +++ b/plugins/admin/SecurityLog.php Mon May 04 23:05:52 2009 -0400 @@ -140,7 +140,7 @@ } else if ( $r['action'] == 'plugin_enable' || $r['action'] == 'plugin_disable' ) { - $row['page_text'] = htmlspecialchars($row['page_text']); + $r['page_text'] = htmlspecialchars($r['page_text']); } $cls = ( $cls == 'row2' ) ? 'row1' : 'row2'; $return .= '';