added s.text retrieved from the request object
This commit is contained in:
parent
f20aacda0c
commit
54a5f72697
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ if (deny) {
|
||||||
|
|
||||||
var s = new story();
|
var s = new story();
|
||||||
s.topic = req.data.topic;
|
s.topic = req.data.topic;
|
||||||
|
s.text = req.data.text;
|
||||||
|
|
||||||
// storing referrer in user-cache in case user clicks cancel later
|
// storing referrer in user-cache in case user clicks cancel later
|
||||||
if (!user.cache.referrer && req.data.http_referer)
|
if (!user.cache.referrer && req.data.http_referer)
|
||||||
|
|
Loading…
Add table
Reference in a new issue