dashboard
This commit is contained in:
@@ -38,9 +38,9 @@ class DashboardController extends Controller
|
|||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
//Set some variables to be used in if statements
|
//Set some variables to be used in if statements
|
||||||
$open = null;
|
$open = array();
|
||||||
$approved = null;
|
$approved = array();
|
||||||
$denied = null;
|
$denied = array();
|
||||||
$altCount = null;
|
$altCount = null;
|
||||||
$alts = null;
|
$alts = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user