2011092500-1.8.0.1-forum_reply_river_view-5758ce8d86ac56ce.php 342 B

12345678910111213
  1. <?php
  2. /**
  3. * Elgg 1.8.0.1 upgrade 2011092500
  4. * forum_reply_river_view
  5. *
  6. * The forum reply river view is in a new location in Elgg 1.8
  7. */
  8. $query = "UPDATE {$CONFIG->dbprefix}river SET view='river/annotation/group_topic_post/reply',
  9. action_type='reply'
  10. WHERE view='river/forum/create' AND action_type='create'";
  11. update_data($query);