Issue #1682826 by joachim: Fixed permissions are not shown in any useful order.

8.0.x
joachim 2012-07-16 09:53:50 +02:00 committed by Tim Plunkett
parent 37fcdec814
commit 5a322ffcd9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class views_plugin_access_perm extends views_plugin_access {
}
}
asort($perms);
ksort($perms);
$form['perm'] = array(
'#type' => 'select',