You are here

function og_get_token in Organic groups 6

Same name and namespace in other branches
  1. 6.2 og.module \og_get_token()

Get a private token used to protect links from spoofing - CSRF.

1 call to og_get_token()
og_views_handler_field_og_managelink::render in modules/og_views/includes/og_views_handler_field_og_managelink.inc

File

./og.module, line 2698

Code

function og_get_token($nid) {
  return drupal_get_token($nid);
}