diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-05-16 10:16:06 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-05-16 10:16:06 +0200 |
commit | 2a95f545c341b128e55d9dc9552aeaca4c43bdd6 (patch) | |
tree | 434070eebb63c031afea0f4b3599b9492e108609 /phpBB | |
parent | 94d2be725aedbe1780d7a45adde0f210eefe0aa7 (diff) | |
download | forums-2a95f545c341b128e55d9dc9552aeaca4c43bdd6.tar forums-2a95f545c341b128e55d9dc9552aeaca4c43bdd6.tar.gz forums-2a95f545c341b128e55d9dc9552aeaca4c43bdd6.tar.bz2 forums-2a95f545c341b128e55d9dc9552aeaca4c43bdd6.tar.xz forums-2a95f545c341b128e55d9dc9552aeaca4c43bdd6.zip |
[ticket/14624] Remove no longer existing event argumemt
PHPBB3-14624
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/ucp/ucp_profile.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php index aec11eefe8..c48df2c34d 100644 --- a/phpBB/includes/ucp/ucp_profile.php +++ b/phpBB/includes/ucp/ucp_profile.php @@ -498,7 +498,6 @@ class ucp_profile * @var bool enable_smilies Whether or not smilies are enabled * @var bool enable_urls Whether or not urls are enabled * @var string signature Users signature text - * @var object message_parser The message parser object * @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 |