mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -28,7 +28,7 @@ if (!defined('IN_PHPBB'))
|
||||
*/
|
||||
|
||||
// phpBB Version
|
||||
@define('PHPBB_VERSION', '3.3.0-a1-dev');
|
||||
@define('PHPBB_VERSION', '4.0.0-a1-dev');
|
||||
|
||||
// QA-related
|
||||
// define('PHPBB_QA', 1);
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user