fix function visibility thanks to stckler

This commit is contained in:
Christophe Battarel 2019-09-05 16:14:15 +02:00
parent 1cfd5615d3
commit 6902b2cbf2

View File

@ -7801,7 +7801,7 @@ abstract class CommonObject
* @param string $type Type of category ('product', ...)
* @return int < 0 si erreur, > 0 si ok
*/
function cloneCategories($fromId, $toId, $type='')
public function cloneCategories($fromId, $toId, $type='')
{
$this->db->begin();