aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewonline.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2016-12-04 17:30:42 +0100
committerJakub Senko <jakubsenko@gmail.com>2017-01-23 13:33:15 +0100
commit779758f2195f87868da3694b5ffd00adee1be0b3 (patch)
tree5c0550b4e1d5c9d9edbf8c7ed8d2390aa5401819 /phpBB/viewonline.php
parent2f1d2e847e9bb08b22ed42e8dc06362d962d2efb (diff)
downloadforums-779758f2195f87868da3694b5ffd00adee1be0b3.tar
forums-779758f2195f87868da3694b5ffd00adee1be0b3.tar.gz
forums-779758f2195f87868da3694b5ffd00adee1be0b3.tar.bz2
forums-779758f2195f87868da3694b5ffd00adee1be0b3.tar.xz
forums-779758f2195f87868da3694b5ffd00adee1be0b3.zip
[ticket/13429] Replace @change with @changed
PHPBB3-13429
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)));