Closed (fixed)
Project:
VK CrossPoster
Version:
6.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2012 at 19:34 UTC
Updated:
28 Feb 2012 at 22:00 UTC
after article is created there used variable_set to store content to put with JS after redirect to article page.
But this way is wrong. Correct way store data in $_SESSION variable.
Note, that variable_set() clears drupal 'cache' table and may cause slow down site after such post on the wall.
Comments
Comment #1
spleshkaThanks for your report. Now data stores in $_SESSION.