Update Post.php

This commit is contained in:
Roman Kelesidis 2024-08-18 20:51:09 +07:00
commit 7818bcf02a

View file

@ -91,10 +91,11 @@ class Post
* @param int $poster_rg_id
* @param int $attach_rg_sig
* @param int $robots_indexing
* @param int $anonymous_mode
*
* @return string
*/
public static function submit_post($mode, &$post_data, &$message, &$meta, &$forum_id, &$topic_id, &$post_id, &$topic_type, $post_username, $post_subject, $post_message, $update_post_time, $poster_rg_id, $attach_rg_sig, $robots_indexing)
public static function submit_post($mode, &$post_data, &$message, &$meta, &$forum_id, &$topic_id, &$post_id, &$topic_type, $post_username, $post_subject, $post_message, $update_post_time, $poster_rg_id, $attach_rg_sig, $robots_indexing, $anonymous_mode)
{
global $userdata, $post_info, $is_auth, $bb_cfg, $lang, $datastore;