From 2239fa713cea47f3a46fecb4ed47604f32f989bf Mon Sep 17 00:00:00 2001 From: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> Date: Mon, 1 Jan 2024 17:39:16 -0500 Subject: [PATCH] UTCT-46: Correct Sleeky backend page name. Signed-off-by: Chris Gilligan <49878588+UTCGilligan@users.noreply.github.com> --- user/plugins/auth-mgr-plus/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/plugins/auth-mgr-plus/plugin.php b/user/plugins/auth-mgr-plus/plugin.php index 2587a46..1a2dac4 100644 --- a/user/plugins/auth-mgr-plus/plugin.php +++ b/user/plugins/auth-mgr-plus/plugin.php @@ -505,7 +505,7 @@ function amp_env_check() { if ( !isset( $amp_allowed_plugin_pages ) ) { $amp_allowed_plugin_pages = array( - 'sleeky_backend' + 'sleeky_settings' ); }