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

spleshka’s picture

Version: 6.x-2.x-dev » 6.x-2.0-rc3
Status: Active » Fixed

Thanks for your report. Now data stores in $_SESSION.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.