* Fix bug#10974.

This commit is contained in:
leiyong
2021-02-10 10:07:47 +08:00
parent c90fdfc528
commit 6470a77a4e
+15
View File
@@ -11,6 +11,21 @@
*/
class report extends control
{
/**
* Construct.
*
* @access public
* @return void
*/
public function __construct()
{
parent::__construct();
/* Set report menu group. */
$this->projectID = isset($_GET['PRJ']) ? $_GET['PRJ'] : 0;
if(!$this->projectID) $this->lang->navGroup->report = 'system';
}
/**
* The index of report, goto project deviation.
*