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

Commit

Permalink
Fix GlueCode.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Apr 1, 2016
1 parent 7446b98 commit 186cd9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/plugins/auth.remote/glueCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
}
$pServ = AJXP_PluginsService::getInstance();
ConfService::init($FRAMEWORK_PATH);
$userClassName = $confPlugin->getUserClassFileName();
require_once($userClassName);
ConfService::start();
$confStorageDriver = ConfService::getConfStorageImpl();
require_once($confStorageDriver->getUserClassFileName());

$plugInAction = $AJXP_GLUE_GLOBALS["plugInAction"];
$secret = $AJXP_GLUE_GLOBALS["secret"];
Expand Down

0 comments on commit 186cd9e

Please sign in to comment.