Small phpcbf cleanup

This commit is contained in:
snipe
2016-12-29 14:02:18 -08:00
parent fd805bde50
commit 51ceaedfaf
68 changed files with 383 additions and 395 deletions
@@ -207,7 +207,7 @@ class StatuslabelsController extends Controller
$statuslabel->pending = $statustype['pending'];
$statuslabel->archived = $statustype['archived'];
$statuslabel->color = Input::get('color');
$statuslabel->show_in_nav = Input::get('show_in_nav',0);
$statuslabel->show_in_nav = Input::get('show_in_nav', 0);
// Was the asset created?