Skip to content

Commit

Permalink
Merge branch 'MDL-78937-master' of https://github.com/meirzamoodle/mo…
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Sep 27, 2023
2 parents 5371772 + d561e15 commit 6459f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/plugininfo/base.php
Expand Up @@ -84,7 +84,7 @@ abstract class base {
public $incompatible;

/** @var string Name of the plugin */
public $component;
public $component = '';

/**
* Whether this plugintype supports its plugins being disabled.
Expand Down

0 comments on commit 6459f9f

Please sign in to comment.