diff --git a/lib/Alchemy/Phrasea/Core.php b/lib/Alchemy/Phrasea/Core.php index a35fe63540..e12591717d 100644 --- a/lib/Alchemy/Phrasea/Core.php +++ b/lib/Alchemy/Phrasea/Core.php @@ -174,6 +174,15 @@ class Core extends \Pimple return \User_Adapter::getInstance($session->get_usr_id(), $appbox); } + /** + * + * @return Core\Configuration + */ + public function getConfiguration() + { + return $this->conf; + } + protected function verifyTimezone() { if ($this->getRegistry()->is_set('GV_timezone'))