# HG changeset patch # User Dan # Date 1241492752 14400 # Node ID 36289dcb5c8aad4f7d695f90decab4f16e529d0d # Parent e06789dba48195ecbca510eb0bf87c1125dd03a6 Security log: fixed typo in plugin enable/disable display 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 .= '';