mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
IssueResolver.php: added comment
This commit is contained in:
@@ -10,6 +10,7 @@ class IssueResolver extends IssueResolver_Controller
|
|||||||
parent::__construct();
|
parent::__construct();
|
||||||
|
|
||||||
// set fehler codes which can be resolved by the job
|
// set fehler codes which can be resolved by the job
|
||||||
|
// structure: fehlercode => class (library) name for resolving
|
||||||
$this->_codeLibMappings = array(
|
$this->_codeLibMappings = array(
|
||||||
'CORE_ZGV_0001' => 'CORE_ZGV_0001',
|
'CORE_ZGV_0001' => 'CORE_ZGV_0001',
|
||||||
'CORE_ZGV_0002' => 'CORE_ZGV_0002',
|
'CORE_ZGV_0002' => 'CORE_ZGV_0002',
|
||||||
|
|||||||
Reference in New Issue
Block a user