Skip to content

Commit

Permalink
uncapitalise AS
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwach committed Nov 8, 2017
1 parent c627b39 commit 0405283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/ACL/Form/WordPress/Permissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function buildQuickForm() {

// Build array keyed by permission
$table = array();
foreach ($rows AS $perm => $label) {
foreach ($rows as $perm => $label) {

// Init row with permission label
$table[$perm] = array(
Expand Down

0 comments on commit 0405283

Please sign in to comment.