Merge branch 'ticket-12828-cleanMenuCache' into develop
This commit is contained in:
commit
b649aa1435
@ -67,6 +67,16 @@ class Privatesales_Family_Menu extends Module {
|
||||
$this->hookPrivatesale_update($params);
|
||||
}
|
||||
|
||||
public function hookCategoryUpdate($params)
|
||||
{
|
||||
$this->hookPrivatesale_update($params);
|
||||
}
|
||||
|
||||
public function hookCategoryAddition($params)
|
||||
{
|
||||
$this->hookPrivatesale_update($params);
|
||||
}
|
||||
|
||||
public function getTree($id_lang) {
|
||||
global $site_version_front;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user