N°8772 - "generic" form controller

This commit is contained in:
Eric Espie
2025-12-04 14:53:58 +01:00
parent ee762b91c1
commit b9591b05d8
2 changed files with 15 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ class DataModelDependantCache
if (!is_file($sCacheFileName)) {
return null;
}
return include $sCacheFileName;
return include_once $sCacheFileName;
}
/**