diff options
author | Andreas Fischer <bantu@phpbb.com> | 2016-07-29 09:41:50 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2016-07-29 09:41:50 +0200 |
commit | 55223e6840e453c49f3a8bcd44d193aa91f57bf2 (patch) | |
tree | 1e1dc72520d64fdd67fd2a418a61057e858c90ee | |
parent | 941be83395122a10e363e8708267233eae041728 (diff) | |
parent | 9961aefa3845ae1b789202c3082822bed06d4839 (diff) | |
download | forums-55223e6840e453c49f3a8bcd44d193aa91f57bf2.tar forums-55223e6840e453c49f3a8bcd44d193aa91f57bf2.tar.gz forums-55223e6840e453c49f3a8bcd44d193aa91f57bf2.tar.bz2 forums-55223e6840e453c49f3a8bcd44d193aa91f57bf2.tar.xz forums-55223e6840e453c49f3a8bcd44d193aa91f57bf2.zip |
Merge pull request #4336 from Senky/ticket/14652
Fix typos in core.index_modify_birthdays_list vars descriptions
* Senky/ticket/14652:
[ticket/14652] Fix typos in core.index_modify_birthdays_list vars descriptions
-rw-r--r-- | phpBB/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/index.php b/phpBB/index.php index eb9a657b3f..e4c03949c1 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -184,8 +184,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'); |