Security log: fixed typo in plugin enable/disable display
authorDan
Mon, 04 May 2009 23:05:52 -0400
changeset 950 36289dcb5c8a
parent 949 e06789dba481
child 951 745cccc6b97d
Security log: fixed typo in plugin enable/disable display
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 .= '<tr><td class="'.$cls.'">';