We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d323ce commit 0e93cb6Copy full SHA for 0e93cb6
inc/taskjobview.class.php
@@ -46,10 +46,6 @@ class PluginGlpiinventoryTaskjobView extends PluginGlpiinventoryCommonView
46
*/
47
public function __construct()
48
{
49
- /** @var array $CFG_GLPI */
50
- global $CFG_GLPI;
51
- $base_url = $CFG_GLPI['url_base'];
52
-
53
parent::__construct();
54
$this->base_urls = array_merge($this->base_urls, [
55
'fi.job.create' => $this->getBaseUrlFor('fi.ajax') . "/taskjob_form.php",
0 commit comments