mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-25 07:35:48 -07:00
Update Post.php
This commit is contained in:
parent
1cb3b47f81
commit
7818bcf02a
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue