* Fix bug#10974.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user