Plugin Directory

Changeset 640267


Ignore:
Timestamp:
12/17/2012 12:30:28 AM (13 years ago)
Author:
Bit51
Message:

Fixed undefined variable error in tables (thanks to @jrf on the WordPress.org forums)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • better-wp-security/trunk/inc/admin/tables.php

    r627853 r640267  
    185185                    $data[$error['url']]['id'] = $error['id'];
    186186                    $data[$error['url']]['url'] = $error['url'];
     187                    $data[$error['url']]['last'] = $error['timestamp'];
    187188                }
    188189
Note: See TracChangeset for help on using the changeset viewer.