post-merge fix

This commit is contained in:
Hendrik
2017-01-31 16:20:02 +01:00
parent 64a3b13adf
commit 52a4822477
3 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ if (isset($_POST['groupstatus'])) {
$groupstatus = $_POST["groupstatus"];
}
$userinfo = getRoleByID($_SESSION['userID'])->fetch(PDO::FETCH_ASSOC);
$userinfo = getRoleByID($_SESSION['userID']);
if ($pagetype == "user") {
include ("../../views/adminpanel-table.php");