You are here

function tft_og_permission in Taxonomy File Tree 7

Implements hook_og_permission().

File

./tft.module, line 298
Module hooks.

Code

function tft_og_permission() {
  $permissions = tft_permission();
  unset($permissions[TFT_ADMIN]);
  return $permissions;
}