add comment with info why seeddms core is still explicitly included

This commit is contained in:
Uwe Steinmann 2025-02-03 12:18:15 +01:00
parent a2804d252a
commit b45bfc6035

View File

@ -32,6 +32,10 @@
use Symfony\Component\HttpFoundation\Request;
/* Actually not needed anymore, but some old extension may still use
* S_RELEASED, S_REJECTED, etc. from SeedDMS_Core_Document. So we keep
* it for a while. Should be removed von 6.0.31 and 5.1.38 is released.
*/
if (!empty($settings->_coreDir)) {
require_once $settings->_coreDir . '/Core.php';
} else {