Fix warning

This commit is contained in:
Florian HENRY 2014-05-13 19:12:14 +02:00
parent a421d9f60f
commit 1f1a9e46fd

View File

@ -742,7 +742,7 @@ class Translate
* @param string $currency_code Get only currency. Get all if ''. * @param string $currency_code Get only currency. Get all if ''.
* @return int Nb of loaded lines, 0 if already loaded, <0 if KO * @return int Nb of loaded lines, 0 if already loaded, <0 if KO
*/ */
private function load_cache_currencies($currency_code) public function load_cache_currencies($currency_code)
{ {
global $db; global $db;