openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 555ea356b728715cb0f6e26e4a3122d9eda454bf
parent 2b9c728e626b9e123ba21668a76eb4b657f073f7
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 30 Dec 2017 01:17:32 +0100

Fix: Ortsangabe für Util-Modul war nicht korrekt.

Diffstat:
modules/cms-core/init.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/cms-core/init.php b/modules/cms-core/init.php @@ -70,7 +70,7 @@ define('REQ_PARAM_TEMPLATE_ID' ,'templateid' ); define('REQ_PARAM_DATABASE_ID' ,'dbid' ); define('REQ_PARAM_TARGET' ,'target' ); -define('OR_SERVICECLASSES_DIR','./util/' ); +define('OR_SERVICECLASSES_DIR',OR_MODULES_DIR.'util/' ); define('OR_AUTHCLASSES_DIR' ,OR_MODULES_DIR.'cms-core/auth/' );