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

Commit

Permalink
Removed unnecessary call to deferBuildingRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
ghecquet committed Feb 2, 2016
1 parent 7f9106f commit 15b39ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/core/classes/class.ConfService.php
Expand Up @@ -114,8 +114,6 @@ public function initInst($pluginDirPath)
$this->configs["DEFAULT_REPOSITORIES"] = array();
}

AJXP_PluginsService::deferBuildingRegistry();

// Try to load instance from cache first
$this->cachePlugin = $this->cachePluginSoftLoad();
if (AJXP_PluginsService::getInstance()->loadPluginsRegistryFromCache($this->cachePlugin)) {
Expand Down

0 comments on commit 15b39ef

Please sign in to comment.