'auto administer autologout'  => array( // Change autologout settings and timeouts for other users.
      'title' => t('Administer Autologout'),
      'description' => t('Administer the autologout settings'),
    ),

should be:

    'administer autologout'  => array( // Change autologout settings and timeouts for other users.
      'title' => t('Administer Autologout'),
      'description' => t('Administer the autologout settings'),
    ),

Comments

johnennew’s picture

Status: Active » Closed (duplicate)

This is a duplicate of #1774364 which is now fixed in 7.x-4.x branch.