[Minibug fix] undefined variable error – 404 table
-
Hiya, just upgraded to 3.4.6 and noticed a mini-bug (undefined variable). Please accept the below fix as a compliment to your plugin.
File: /inc/admin/tables.php
Find line 185:
$data[$error['url']]['id'] = $error['id']; $data[$error['url']]['url'] = $error['url']; }
Replace with:
$data[$error['url']]['id'] = $error['id']; $data[$error['url']]['url'] = $error['url']; $data[$error['url']]['last'] = $error['timestamp']; }
Hope this helps!
Smile,
Juliette
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Minibug fix] undefined variable error – 404 table’ is closed to new replies.