Skip to content

Logging Bug #35

@davjand

Description

@davjand

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions