From 3da86b061c397b56d5301d3a137a6351ac112250 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 3 Oct 2016 11:00:56 -0400 Subject: [PATCH] Switching positions Switch positions with member contact dashboard. --- setup/adminHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/adminHooks.php b/setup/adminHooks.php index ddd2941..cdff438 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -43,6 +43,6 @@ add_filter( $content = $this->controller( 'dashboard', 'leads', $member ); return $content; }, - 14, + 11, 1 ); -- 2.17.1