You are here

function tft_og_archive_og_permission in Taxonomy File Tree 7.2

Implements hook_og_permission().

File

modules/tft_og_archive/tft_og_archive.module, line 45
Hook implementations and module logic.

Code

function tft_og_archive_og_permission() {
  return tft_archive_permission();
}