Issue #1472350 by John Morahan, greggles: Make 'translate interface' restricted after DRUPAL-PSA-2012-001 - localizations - Cross Site Scripting.

merge-requests/26/head
webchick 2012-03-10 12:40:06 -08:00
parent 2b8a8b54b1
commit 9d5e49396a
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ function locale_permission() {
),
'translate interface' => array(
'title' => t('Translate interface texts'),
'restrict access' => TRUE,
),
);
}