diff --git a/core/model/modx/modlexicon.class.php b/core/model/modx/modlexicon.class.php index 8b79fda2bfe..959e72b176d 100644 --- a/core/model/modx/modlexicon.class.php +++ b/core/model/modx/modlexicon.class.php @@ -47,7 +47,13 @@ class modLexicon { * @var array $_loadedTopics */ protected $_loadedTopics = array(); - + /** + * An array of configuration properties + * + * @var array $config + */ + protected $config = array(); + /** * Creates the modLexicon instance. *