1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

SubmitNews: Added USERID to table.

This commit is contained in:
Cameron
2016-08-30 14:20:38 -07:00
parent d075e4807e
commit bba40d458c
2 changed files with 2 additions and 0 deletions

View File

@@ -178,6 +178,7 @@ class submitNews
'submitnews_id' => 0,
'submitnews_name' => $submitnews_user,
'submitnews_email' => $submitnews_email,
'submitnews_user' => USERID,
'submitnews_title' => $submitnews_title,
'submitnews_category' => intval($_POST['cat_id']),
'submitnews_item' => $submitnews_item,