added new features to the admin panel

This commit is contained in:
2019-05-20 01:08:45 -05:00
parent c304c32b28
commit 30d2b3679a

View File

@@ -98,9 +98,6 @@ class AdminController extends Controller
$tempUser['permissions'] = $permissions; $tempUser['permissions'] = $permissions;
array_push($userArr, $tempUser); array_push($userArr, $tempUser);
$permissions->delete();
$tempUser->delete();
} }
//Get the users from the database to allow a selection of users for various parts of the webpage //Get the users from the database to allow a selection of users for various parts of the webpage