diff options
author | Richard McGirr <rmcgirr83@gmail.com> | 2016-05-05 06:10:56 -0400 |
---|---|---|
committer | Richard McGirr <rmcgirr83@gmail.com> | 2016-05-05 06:10:56 -0400 |
commit | c3b30144e393e9b7d4085e51f520b1f4ae989929 (patch) | |
tree | 3f3c666066e269cd6440b638d663a8d2754c4b86 /phpBB | |
parent | aa3c5286cd572a5dd695a5d60932d52c7b89fe5c (diff) | |
download | forums-c3b30144e393e9b7d4085e51f520b1f4ae989929.tar forums-c3b30144e393e9b7d4085e51f520b1f4ae989929.tar.gz forums-c3b30144e393e9b7d4085e51f520b1f4ae989929.tar.bz2 forums-c3b30144e393e9b7d4085e51f520b1f4ae989929.tar.xz forums-c3b30144e393e9b7d4085e51f520b1f4ae989929.zip |
[ticket/14624] Fix typo and phpBB version
PHPBB3-14624
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/ucp/ucp_profile.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php index fa60b2ea30..f4a801363e 100644 --- a/phpBB/includes/ucp/ucp_profile.php +++ b/phpBB/includes/ucp/ucp_profile.php @@ -491,10 +491,10 @@ class ucp_profile * @var array error Any error strings * @var bool submit Whether or not the form has been sumitted * @var bool preview Whether or not the signature is being previewed - * @since 3.1.9 + * @since 3.1.10-RC1 */ $vars = array( - 'enable_bbocde', + 'enable_bbcode', 'enable_smilies', 'enable_urls', 'signature', |