added some debugging

This commit is contained in:
Frank Schubert
2022-02-15 21:10:00 +01:00
parent 60336d39a5
commit 71862c3c85
2 changed files with 2 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ class Termination extends mfBaseModel {
}
if(array_key_exists($itemname, $this->getProperty("workflowitems"))) {
$this->log->debug(__FILE__.": $itemname => ".$this->getProperty("workflowitems")[$itemname]->value->{"value_$value_type"});
return $this->getProperty("workflowitems")[$itemname]->value->{"value_$value_type"};
}

View File

@@ -2,7 +2,7 @@
class mfValuecache {
public static $instance;
private $cache;
public $cache = [];
private function __construct() {