This commit is contained in:
Florian HENRY 2014-06-17 12:58:49 +02:00
parent 4b78c8e11a
commit c2fc40d62a

View File

@ -940,8 +940,8 @@ class Product extends CommonObject
/** /**
* Delete Translation * Delete Translation
* *
* @param $langstodelete string code langue to delete * @param string $langstodelete code langue to delete
* @return int <0 if KO, >0 if OK * @return int <0 if KO, >0 if OK
*/ */
function delMultiLangs($langstodelete) function delMultiLangs($langstodelete)
{ {