ADB Statusflag done & Preorder statusflag import
This commit is contained in:
@@ -28,7 +28,11 @@ class mfValuecache {
|
||||
public function getCache() {
|
||||
return $this->cache;
|
||||
}
|
||||
|
||||
|
||||
public function delete($key) {
|
||||
unset($this->cache[$key]);
|
||||
}
|
||||
|
||||
public function getMfObject($objectname, $id) {
|
||||
$object = $this->get("mfObjectmodel-$objectname-".$id);
|
||||
if(!$object) {
|
||||
|
||||
Reference in New Issue
Block a user