// Normalize

This commit is contained in:
rMalie
2012-01-25 16:39:34 +00:00
parent a7e7f1c488
commit 26a012c62e
14 changed files with 61 additions and 64 deletions
@@ -296,7 +296,7 @@ class AdminCurrenciesControllerCore extends AdminController
public function processExchangeRates($token)
{
if (!$this->errors[] = Currency::refreshCurrencies())
Tools::redirectAdmin(self::$currentIndex . '&conf=6' . '&token=' . $this->token);
Tools::redirectAdmin(self::$currentIndex.'&conf=6&token='.$this->token);
}
/**