From 6d4c5d65a8c45415677c7a47439fe22472a84cfa Mon Sep 17 00:00:00 2001 From: Joshua P Panter Date: Thu, 6 Sep 2018 22:22:36 -0400 Subject: [PATCH] syntax fix --- authmgr/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authmgr/plugin.php b/authmgr/plugin.php index e9fbf3d..e975b5d 100644 --- a/authmgr/plugin.php +++ b/authmgr/plugin.php @@ -82,7 +82,7 @@ function authmgr_intercept_admin() { 'deactivate' => AuthmgrCapability::ManagePlugins, ); // allow manipulation of this list - yourls_apply_filter( authmgr_action_capability_map, $action_capability_map); + yourls_apply_filter( 'authmgr_action_capability_map', $action_capability_map); // intercept requests for plugin management if ( isset( $_REQUEST['plugin'] ) ) {