From fbf6b203e1a5433751099ae42631327d2efa24e2 Mon Sep 17 00:00:00 2001 From: printempw Date: Sat, 7 Jan 2017 22:15:47 +0800 Subject: [PATCH] fix comparing bool value with string --- resources/views/admin/master.tpl | 2 +- resources/views/user/player.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/master.tpl b/resources/views/admin/master.tpl index e0872011..6991e8ff 100644 --- a/resources/views/admin/master.tpl +++ b/resources/views/admin/master.tpl @@ -115,7 +115,7 @@ {!! bs_footer('admin') !!} - @if (option('check_update') == '1') + @if (option('check_update'))