aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewonline.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-02-11 15:19:47 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-02-11 15:19:47 +0100
commit45199adebdfc00f436a719de1c5772429367b756 (patch)
tree00754d1f10dc2b9b9507619f5e842f5cd0eac4ac /phpBB/viewonline.php
parent1470985ff20197589cbbab96180d80b0148d20d5 (diff)
parent779758f2195f87868da3694b5ffd00adee1be0b3 (diff)
downloadforums-45199adebdfc00f436a719de1c5772429367b756.tar
forums-45199adebdfc00f436a719de1c5772429367b756.tar.gz
forums-45199adebdfc00f436a719de1c5772429367b756.tar.bz2
forums-45199adebdfc00f436a719de1c5772429367b756.tar.xz
forums-45199adebdfc00f436a719de1c5772429367b756.zip
Merge pull request #4523 from senky/ticket/13429
[ticket/13429] Replace @change with @changed in event docblocks
Diffstat (limited to 'phpBB/viewonline.php')
-rw-r--r--phpBB/viewonline.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php
index 8bfa422e26..5cb1175528 100644
--- a/phpBB/viewonline.php
+++ b/phpBB/viewonline.php
@@ -168,7 +168,7 @@ $sql_ary = array(
* @var int guest_counter Number of guests displayed
* @var array forum_data Array with forum data
* @since 3.1.0-a1
-* @change 3.1.0-a2 Added vars guest_counter and forum_data
+* @changed 3.1.0-a2 Added vars guest_counter and forum_data
*/
$vars = array('sql_ary', 'show_guests', 'guest_counter', 'forum_data');
extract($phpbb_dispatcher->trigger_event('core.viewonline_modify_sql', compact($vars)));
@@ -385,7 +385,7 @@ while ($row = $db->sql_fetchrow($result))
* @var string location_url Page url to displayed in the list
* @var array forum_data Array with forum data
* @since 3.1.0-a1
- * @change 3.1.0-a2 Added var forum_data
+ * @changed 3.1.0-a2 Added var forum_data
*/
$vars = array('on_page', 'row', 'location', 'location_url', 'forum_data');
extract($phpbb_dispatcher->trigger_event('core.viewonline_overwrite_location', compact($vars)));