aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_modules.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/acp_modules.php')
-rw-r--r--phpBB/includes/acp/acp_modules.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_modules.php b/phpBB/includes/acp/acp_modules.php
index 2b1c522f50..37bb41f5c6 100644
--- a/phpBB/includes/acp/acp_modules.php
+++ b/phpBB/includes/acp/acp_modules.php
@@ -859,6 +859,9 @@ class acp_modules
return array();
}
+ /**
+ * Move module around the tree
+ */
function move_module($from_module_id, $to_parent_id)
{
global $db;
@@ -939,6 +942,9 @@ class acp_modules
$db->sql_query($sql);
}
+ /**
+ * Remove module from tree
+ */
function delete_module($module_id)
{
global $db, $user;