[ticket/416] Only allow adding module more than once on proper modules
B3P-416
This commit is contained in:
@@ -41,6 +41,9 @@ class announcements extends module_base
|
||||
*/
|
||||
public $language = 'portal_announcements_module';
|
||||
|
||||
/** @var bool Can include this module multiple times */
|
||||
protected $multiple_includes = true;
|
||||
|
||||
/** @var \phpbb\auth\auth */
|
||||
protected $auth;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user