LegacyStorage: add missing property

This commit is contained in:
Thomas Gelf 2014-11-30 12:26:28 +01:00
parent 86ef2baeb3
commit 7ffb81f9e7

View file

@ -14,6 +14,8 @@ class LegacyStorage extends Storage
{
protected $configDir;
protected $parsing_line_number;
public function getConfigDir()
{
if ($this->configDir === null) {