Skip to content

Commit

Permalink
[#431] Prevent 'undefined variable: sid' in getTaskTypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaragunde committed Apr 7, 2022
1 parent aa29fc5 commit e88429e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/services/getTaskTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

define('PHPREPORT_ROOT', __DIR__ . '/../../');

$sid = $_GET['sid'] ?? NULL;

do {
$response = array();

Expand Down

0 comments on commit e88429e

Please sign in to comment.