FIX remove unused global
This commit is contained in:
parent
4ca3d45eca
commit
b95bb58ba0
@ -5682,7 +5682,7 @@ class Product extends CommonObject
|
||||
public function load_state_board()
|
||||
{
|
||||
// phpcs:enable
|
||||
global $conf, $user, $hookmanager;
|
||||
global $hookmanager;
|
||||
|
||||
$this->nb = array();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user