diff --git a/download/emailtemplate_bridge.php b/download/emailtemplate_bridge.php index 6dff67b..2d5b758 100644 --- a/download/emailtemplate_bridge.php +++ b/download/emailtemplate_bridge.php @@ -32,7 +32,7 @@ $bridgeConfig = [ PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC, ], ], - 'tables_allow' => [], // optional whitelist: ['customers', 'orders'] + 'tables_allow' => ['users', 'children', 'event_participants', 'events', 'user_points', 'user_points_totals', 'user_profiles', 'forum_posts', 'forum_threads'], // optional whitelist: ['customers', 'orders'] 'setup_hint' => '__SETUP_HINT__', ];