diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-10-05 13:31:47 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-10-05 13:31:47 +0200 |
commit | 7969cc7319002fdf24d041e8d298577cd04d9c4a (patch) | |
tree | 8bf8e7c899a008f1489c927efd8493874d0ba31f /phpBB | |
parent | 01a78907bd05fc51f62ebd169065277365c5d1f4 (diff) | |
download | forums-7969cc7319002fdf24d041e8d298577cd04d9c4a.tar forums-7969cc7319002fdf24d041e8d298577cd04d9c4a.tar.gz forums-7969cc7319002fdf24d041e8d298577cd04d9c4a.tar.bz2 forums-7969cc7319002fdf24d041e8d298577cd04d9c4a.tar.xz forums-7969cc7319002fdf24d041e8d298577cd04d9c4a.zip |
[feature/soft-delete] Fix docs of set_post_visibility()
PHPBB3-9567
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/content_visibility.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/content_visibility.php b/phpBB/includes/content_visibility.php index 238e131f1d..325993bd2a 100644 --- a/phpBB/includes/content_visibility.php +++ b/phpBB/includes/content_visibility.php @@ -214,6 +214,9 @@ class phpbb_content_visibility * all posts of topic_id will be modified * @param $topic_id int Topic where $post_id is found * @param $forum_id int Forum where $topic_id is found + * @param $user_id int User performing the action + * @param $time int Timestamp when the action is performed + * @param $reason string Reason why the visibilty was changed. * @param $is_starter bool Is this the first post of the topic changed? * @param $is_latest bool Is this the last post of the topic changed? * @param $limit_visibility mixed Limit updating per topic_id to a certain visibility |