added some debugging
This commit is contained in:
@@ -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"};
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
class mfValuecache {
|
||||
public static $instance;
|
||||
private $cache;
|
||||
public $cache = [];
|
||||
|
||||
|
||||
private function __construct() {
|
||||
|
||||
Reference in New Issue
Block a user