You are here

function easy_social_perm in Easy Social 6

Implements hook_perm().

File

./easy_social.module, line 12
This is the file description for Easy Social module.

Code

function easy_social_perm() {
  return array(
    'administer easy social',
  );
}