[config] ConfigDirectory does not define property "value"

Issue #670 resolved
prl created an issue

ConfigDirectory defines methods setValue() and getValue(), but fails to define the value property, so that ConfigDirectory().value calls the setter and getter in ConfigText rather that the correct setter and getter in ConfigDirectory.

Comments (2)

  1. Log in to comment