You are here

public function Notifications_Scheduler_New_Posts::user_access in Notifications 7

Check user access to event's objects.

Overrides Notifications_Scheduler_Latest_Posts::user_access

File

notifications_scheduler/notifications_scheduler.inc, line 305
Drupal Notifications Framework - Default class file

Class

Notifications_Scheduler_New_Posts
Send new content posted since last notification.

Code

public function user_access($account, $op = 'view') {
  return user_access('access content', $account);
}