addition clean menu on category creation and updating
This commit is contained in:
parent
4e96e4abe9
commit
49cc2ef838
@ -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