aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/ucp.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-04-25 12:15:44 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-04-25 12:15:44 +0200
commitb32895308d13d5d9b0cd954fd8ce871a1fa073da (patch)
tree2a158ed71ab6ebc625dae51fc8f188b1768e5aed /phpBB/ucp.php
parent87899b0e140400e23341ea1286d50e330132be90 (diff)
downloadforums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.tar
forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.tar.gz
forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.tar.bz2
forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.tar.xz
forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.zip
[ticket/12273] Update since version to 3.1.0-a* style
PHPBB3-12273
Diffstat (limited to 'phpBB/ucp.php')
-rw-r--r--phpBB/ucp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php
index eaa40a07a2..73eaeaa127 100644
--- a/phpBB/ucp.php
+++ b/phpBB/ucp.php
@@ -337,7 +337,7 @@ if (!$config['allow_topic_notify'] && !$config['allow_forum_notify'])
* @var p_master module Object holding all modules and their status
* @var mixed id Active module category (can be the int or string)
* @var string mode Active module
-* @since 3.1-A1
+* @since 3.1.0-a1
*/
$vars = array('module', 'id', 'mode');
extract($phpbb_dispatcher->trigger_event('core.ucp_display_module_before', compact($vars)));