mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
FIX remove unused global
This commit is contained in:
@@ -5682,7 +5682,7 @@ class Product extends CommonObject
|
||||
public function load_state_board()
|
||||
{
|
||||
// phpcs:enable
|
||||
global $conf, $user, $hookmanager;
|
||||
global $hookmanager;
|
||||
|
||||
$this->nb = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user