fix function visibility thanks to stckler
This commit is contained in:
parent
1cfd5615d3
commit
6902b2cbf2
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user