Quick fix to get it working after the 3.5 upgrade…
-
On line 159 in file ft-log-user-access.php, add
,""
after$username
so the line says:
$sql .= "VALUES ( '".$wpdb->prepare($username,"")."' )";
It may not be the correct way to fix this, but it did the trick.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Quick fix to get it working after the 3.5 upgrade…’ is closed to new replies.