Skip to content

Commit 0e93cb6

Browse files
committed
Fix unused
1 parent 3d323ce commit 0e93cb6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

inc/taskjobview.class.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ class PluginGlpiinventoryTaskjobView extends PluginGlpiinventoryCommonView
4646
*/
4747
public function __construct()
4848
{
49-
/** @var array $CFG_GLPI */
50-
global $CFG_GLPI;
51-
$base_url = $CFG_GLPI['url_base'];
52-
5349
parent::__construct();
5450
$this->base_urls = array_merge($this->base_urls, [
5551
'fi.job.create' => $this->getBaseUrlFor('fi.ajax') . "/taskjob_form.php",

0 commit comments

Comments
 (0)