diff options
Diffstat (limited to 'modules_v3/tree/module.php')
| -rw-r--r-- | modules_v3/tree/module.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules_v3/tree/module.php b/modules_v3/tree/module.php index d03d7b1c14..d7cc8c7e47 100644 --- a/modules_v3/tree/module.php +++ b/modules_v3/tree/module.php @@ -87,6 +87,11 @@ class tree_WT_Module extends WT_Module implements WT_Module_Tab { // Extend WT_Module // We define here actions to proceed when called, either by Ajax or not + /** + * @param string $mod_action + * + * @throws Exception + */ public function modAction($mod_action) { require_once WT_MODULES_DIR . $this->getName() . '/class_treeview.php'; switch ($mod_action) { |
