Fix missing var
This commit is contained in:
parent
79136ade8a
commit
a4fe40027a
@ -54,6 +54,11 @@ class ActionsMyModule
|
|||||||
*/
|
*/
|
||||||
public $resprints;
|
public $resprints;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int Priority of hook (50 is used if value is not defined)
|
||||||
|
*/
|
||||||
|
public $priority;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user