aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_module.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-05-11 17:30:43 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-05-11 23:36:44 +0200
commit89ae1c3221c40b6394aa5da6bfc87d2f19ae4c9a (patch)
tree8c13909022688c03796610da22b05ed63b98882d /phpBB/includes/functions_module.php
parent3f33d8957288ee988e6e276ec8cb2042eb921627 (diff)
downloadforums-89ae1c3221c40b6394aa5da6bfc87d2f19ae4c9a.tar
forums-89ae1c3221c40b6394aa5da6bfc87d2f19ae4c9a.tar.gz
forums-89ae1c3221c40b6394aa5da6bfc87d2f19ae4c9a.tar.bz2
forums-89ae1c3221c40b6394aa5da6bfc87d2f19ae4c9a.tar.xz
forums-89ae1c3221c40b6394aa5da6bfc87d2f19ae4c9a.zip
[ticket/16052] Update version numbers to 3.3
PHPBB3-16052
Diffstat (limited to 'phpBB/includes/functions_module.php')
-rw-r--r--phpBB/includes/functions_module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php
index 9c4ee1a631..510d98ec11 100644
--- a/phpBB/includes/functions_module.php
+++ b/phpBB/includes/functions_module.php
@@ -123,7 +123,7 @@ class p_master
// We "could" build a true tree with this function - maybe mod authors want to use this...
// Functions for traversing and manipulating the tree are not available though
- // We might re-structure the module system to use true trees in 3.2.x...
+ // We might re-structure the module system to use true trees in 4.0
// $tree = $this->build_tree($this->module_cache['modules'], $this->module_cache['parents']);
// Clean up module cache array to only let survive modules the user can access