diff --git a/inc/spot.php b/inc/spot.php index ee54e71..0756058 100755 --- a/inc/spot.php +++ b/inc/spot.php @@ -56,7 +56,7 @@ class Spot extends Main $this->oUser = new User($this->oDb); $this->oClassManagement->incClass('translator'); - $this->oLang = new Translator($this->oUser->getLang(), self::DEFAULT_LANG); + $this->oLang = new Translator('', self::DEFAULT_LANG); $this->oProject = new Project($this->oDb); $this->oMedia = new Media($this->oDb, $this->oProject);