Skip to content

Commit 989611a

Browse files
committed
Code comment
1 parent 5f70ad2 commit 989611a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

htdocs/core/customreports.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,10 @@
340340
$features .= (empty($object->module) ? '' : '@'.$object->module);
341341
}
342342

343+
// Security check
343344
restrictedArea($user, $features, 0, '');
344345

345-
$error = 0;
346+
//$error = 0;
346347

347348

348349
/*

0 commit comments

Comments
 (0)