mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
add comment with info why seeddms core is still explicitly included
This commit is contained in:
parent
a2804d252a
commit
b45bfc6035
|
@ -32,6 +32,10 @@
|
||||||
|
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
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)) {
|
if (!empty($settings->_coreDir)) {
|
||||||
require_once $settings->_coreDir . '/Core.php';
|
require_once $settings->_coreDir . '/Core.php';
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user