// remove error on adding language if no htaccess

This commit is contained in:
Rémi Gaillard
2013-03-25 16:24:00 +01:00
parent 6ee8a0d0d6
commit 3d312b2dcd

View File

@@ -204,8 +204,8 @@ class LanguageCore extends ObjectModel
// @todo Since a lot of modules are not in right format with their primary keys name, just get true ...
$resUpdateSQL = $this->loadUpdateSQL();
$resUpdateSQL = true;
return $resUpdateSQL && Tools::generateHtaccess();
Tools::generateHtaccess();
return $resUpdateSQL;
}
public function toggleStatus()