mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix missing var
This commit is contained in:
parent
79136ade8a
commit
a4fe40027a
|
|
@ -54,6 +54,11 @@ class ActionsMyModule
|
|||
*/
|
||||
public $resprints;
|
||||
|
||||
/**
|
||||
* @var int Priority of hook (50 is used if value is not defined)
|
||||
*/
|
||||
public $priority;
|
||||
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user