From 56be384dfd5641cba22f28a4bc805e676d0b351e Mon Sep 17 00:00:00 2001 From: printempw Date: Sat, 5 Aug 2017 16:09:32 +0800 Subject: [PATCH] Fix sending statistics --- resources/views/admin/master.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/admin/master.tpl b/resources/views/admin/master.tpl index 63b38a51..cadd88e4 100644 --- a/resources/views/admin/master.tpl +++ b/resources/views/admin/master.tpl @@ -104,7 +104,7 @@ @endif - @if (option('allow_sending_statistic')) + @if (option('allow_sending_statistics'))