aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2016-07-29 09:41:51 +0200
committerAndreas Fischer <bantu@phpbb.com>2016-07-29 09:41:51 +0200
commited2c8b5bf77a46852d9b0f989df42a5997fa8562 (patch)
tree4fbc15591cd8ac7a816ab248aaaa21b50f04691e /phpBB
parent88db46946e31eaf4deabaaf94b818c366e74c15f (diff)
parent55223e6840e453c49f3a8bcd44d193aa91f57bf2 (diff)
downloadforums-ed2c8b5bf77a46852d9b0f989df42a5997fa8562.tar
forums-ed2c8b5bf77a46852d9b0f989df42a5997fa8562.tar.gz
forums-ed2c8b5bf77a46852d9b0f989df42a5997fa8562.tar.bz2
forums-ed2c8b5bf77a46852d9b0f989df42a5997fa8562.tar.xz
forums-ed2c8b5bf77a46852d9b0f989df42a5997fa8562.zip
Merge branch '3.1.x' into 3.2.x
* 3.1.x: [ticket/14652] Fix typos in core.index_modify_birthdays_list vars descriptions
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index 9939b9ba7f..83535b50af 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -188,8 +188,8 @@ if ($config['load_birthdays'] && $config['allow_birthdays'] && $auth->acl_gets('
* Event to modify the birthdays list
*
* @event core.index_modify_birthdays_list
- * @var array birthdays Array with the users birhtdays data
- * @var array rows Array with the birhtdays SQL query result
+ * @var array birthdays Array with the users birthdays data
+ * @var array rows Array with the birthdays SQL query result
* @since 3.1.7-RC1
*/
$vars = array('birthdays', 'rows');