--- scheduler.module 2009-05-03 15:57:27.000000000 +0100 +++ scheduler.module 2009-05-08 07:55:35.000000000 +0100 @@ -16,7 +16,7 @@ function scheduler_help($section) { * Implementation of hook_perm(). */ function scheduler_perm() { - return array('schedule (un)publishing of nodes'); + return array('schedule (un)publishing of nodes', 'administer scheduler'); } /**