Skip to content

Commit

Permalink
Fixed potential bug in blade
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 22, 2013
1 parent 1b1efec commit b7251d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/backend/assets/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<td></td>
<td>{{ $asset->created_at }}</td>
<td>
@if (isset($asset->adminuser->id))
@if ($asset->adminuser->id)
{{ $asset->adminuser->fullName() }}
@else
Unknown Admin
Expand Down

0 comments on commit b7251d9

Please sign in to comment.