From b4ef4dd31df521d32b6f9509ef97b62eafacd31f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 19 Sep 2018 08:51:09 -0400 Subject: [PATCH] removing the registration of the widget from config array --- index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.php b/index.php index 7368919..8673187 100644 --- a/index.php +++ b/index.php @@ -166,9 +166,7 @@ function glmMembersRegisterPackaging($addOns) { 'dbScriptPath' => GLM_MEMBERS_PACKAGING_PLUGIN_DB_SCRIPTS, 'dbVersions' => $GLOBALS['glmMembersPackagingDbVersions'] ), - 'requiredPages' => $GLOBALS['glmMembersPackagingRequiredPages'], - 'dashboardWidget' => GLM_MEMBERS_PACKAGING_PLUGIN_SLUG . "-dashboard-widget" - + 'requiredPages' => $GLOBALS['glmMembersPackagingRequiredPages'] ); // Return the array with our data added -- 2.17.1