From 6bf3149bea14dd992e16404ac540a68fca7484dc Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 6 Aug 2019 02:02:45 -0500 Subject: [PATCH] wormholes and srp dashboard modification --- app/Http/Controllers/Dashboard/DashboardController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/Dashboard/DashboardController.php b/app/Http/Controllers/Dashboard/DashboardController.php index f38835f8e..234e3d2ff 100644 --- a/app/Http/Controllers/Dashboard/DashboardController.php +++ b/app/Http/Controllers/Dashboard/DashboardController.php @@ -41,6 +41,7 @@ class DashboardController extends Controller $open = null; $approved = null; $denied = null; + $altCount = null; $alts = null; //Get the number of the user's alt which are registered so we can process the alt's on the main dashboard page