SPIN PDF can now have custom netowner data

This commit is contained in:
Frank Schubert
2023-01-18 17:50:47 +01:00
parent 3fe324d762
commit 079ab6fbe9
22 changed files with 534 additions and 96 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class Layout extends mfLayout {
}
/*
* Gets mfBaseModel object from Cache or gets in from DB and saves it in Cache
* Gets mfBaseModel object from Cache or gets in from DB and saves it to Cache
*/
public static function getMfValuecacheObject($objectname, $id) {
$object = mfValuecache::singleton()->get("mfObjectmodel-$objectname-".$id);