diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-01-08 17:57:00 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-01-08 17:57:00 +0100 |
commit | 45d64c4486efac6c5c970258ee116b867928d9d7 (patch) | |
tree | f1e394b39cacd942b292fc716a1088dadc890669 /phpBB | |
parent | 2ab7b124193ab87eeca8eef5d0e50eebd37d3336 (diff) | |
parent | a7648b0eaa75233397722f3cacfe72fd4098bd05 (diff) | |
download | forums-45d64c4486efac6c5c970258ee116b867928d9d7.tar forums-45d64c4486efac6c5c970258ee116b867928d9d7.tar.gz forums-45d64c4486efac6c5c970258ee116b867928d9d7.tar.bz2 forums-45d64c4486efac6c5c970258ee116b867928d9d7.tar.xz forums-45d64c4486efac6c5c970258ee116b867928d9d7.zip |
Merge pull request #4115 from Elsensee/ticket/14397
[ticket/14397] Fix @since tag in event 'core.ucp_prefs_view_after'
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/ucp/ucp_prefs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_prefs.php b/phpBB/includes/ucp/ucp_prefs.php index 97e743bc4b..e63e9b4c08 100644 --- a/phpBB/includes/ucp/ucp_prefs.php +++ b/phpBB/includes/ucp/ucp_prefs.php @@ -389,7 +389,7 @@ class ucp_prefs * @var string s_limit_post_days Sort limit post by days select box * @var string s_sort_post_key Sort post key select box * @var string s_sort_post_dir Sort post dir select box - * @since 3.1.7-RC1 + * @since 3.1.8-RC1 */ $vars = array( 'submit', |