plausicheckresolver bugfixes, removed CONFIG_FEHLER_FILENAME constants

This commit is contained in:
Alexei Karpenko
2026-01-15 17:08:05 +01:00
parent cf2cc796b3
commit c6232f7959
3 changed files with 6 additions and 7 deletions
@@ -6,7 +6,7 @@
abstract class IssueResolver_Controller extends JOB_Controller
{
// codes of fehler to be resolved
protected $fehlercodes = [];
protected $_fehlercodes = [];
public function __construct()
{