diff --git a/library/Bpapp/Storage/LegacyStorage.php b/library/Bpapp/Storage/LegacyStorage.php index 4a9b938..6b758b9 100644 --- a/library/Bpapp/Storage/LegacyStorage.php +++ b/library/Bpapp/Storage/LegacyStorage.php @@ -14,6 +14,8 @@ class LegacyStorage extends Storage { protected $configDir; + protected $parsing_line_number; + public function getConfigDir() { if ($this->configDir === null) {