From 80bae523a9e7369d6b94e303aa2d1d216fcd56dd Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sat, 23 Dec 2023 07:37:29 +1100 Subject: [PATCH] Make 'Audience' a default app now that the default audience is no longer "anybody on the internet". --- Code/Lib/Apps.php | 1 + app/default_apps | 1 + 2 files changed, 2 insertions(+) diff --git a/Code/Lib/Apps.php b/Code/Lib/Apps.php index 796726c06..ec50e33a7 100644 --- a/Code/Lib/Apps.php +++ b/Code/Lib/Apps.php @@ -112,6 +112,7 @@ class Apps if (! $default_apps) { $default_apps = [ 'Access Lists', + 'Audience', 'Channel Home', 'Connections', 'Directory', diff --git a/app/default_apps b/app/default_apps index 3166401df..7077b5838 100644 --- a/app/default_apps +++ b/app/default_apps @@ -1,4 +1,5 @@ Access Lists +Audience Channel Home Connections Directory