Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 186cd9e

Browse files
committed
Fix GlueCode.php
1 parent 7446b98 commit 186cd9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/plugins/auth.remote/glueCode.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
}
5050
$pServ = AJXP_PluginsService::getInstance();
5151
ConfService::init($FRAMEWORK_PATH);
52-
$userClassName = $confPlugin->getUserClassFileName();
53-
require_once($userClassName);
5452
ConfService::start();
53+
$confStorageDriver = ConfService::getConfStorageImpl();
54+
require_once($confStorageDriver->getUserClassFileName());
5555

5656
$plugInAction = $AJXP_GLUE_GLOBALS["plugInAction"];
5757
$secret = $AJXP_GLUE_GLOBALS["secret"];

0 commit comments

Comments
 (0)