Skip to content

Commit

Permalink
Empty module names in permissions table
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Jul 11, 2014
1 parent 21967c1 commit aa9af2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/_permissions-form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</tr>
</thead>
<tbody>
@foreach (Config::get('modules') as $module => $infos)
@foreach (Config::get('modules') as $module)
<tr>
<td>{{ $module }}
<input type="hidden" value="0" name="permissions[admin.{{ strtolower($module) }}.index]">
Expand Down

0 comments on commit aa9af2b

Please sign in to comment.