-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
You've got a bug on line 39 of your logging class:
// content updates in tbl_entries (includes tbl_entries_fields_*)
if (preg_match('/^(insert|delete|update)/i', $query) && preg_match("/({$config->tbl_prefix}entries)/i", $query)) return true;$config->tbl_prefix should just be $tbl_prefix
This bug prevents it from correctly logging section changes
Metadata
Metadata
Assignees
Labels
No labels