Skip to content

Commit

Permalink
Fix ajax qa userid. Fixes #285
Browse files Browse the repository at this point in the history
  • Loading branch information
freshprogrammer committed Nov 2, 2018
1 parent 26d3e9a commit 4c6915c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/ajax_qa.php
Expand Up @@ -10,6 +10,11 @@
//startup
SQLIConnect();

LoadConfigVariables();//probably not necisarry

$userID = -1;
$permissionLevel = UpdatePermissionLevel();

$dev = GetInput("dev");
$dev = $dev==="true";

Expand Down

0 comments on commit 4c6915c

Please sign in to comment.