added new features to the admin panel

This commit is contained in:
2019-05-20 00:49:19 -05:00
parent fa3a3a4492
commit 2d2b28e49a

View File

@@ -97,7 +97,7 @@ class AdminController extends Controller
$tempUser['role'] = $user['user_type'];
$tempUser['permissions'] = $permissions;
array_push($userArry, $tempUser);
array_push($userArr, $tempUser);
}
//Get the users from the database to allow a selection of users for various parts of the webpage