From 0f316032be80e0f1638fb90d26d7e791b3feed15 Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Mon, 5 Dec 2016 01:40:27 +0530 Subject: [PATCH] bug-fix-patch-36.1 update for last commit --- .../themes/default1/client/helpdesk/guest-user/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/themes/default1/client/helpdesk/guest-user/index.blade.php b/resources/views/themes/default1/client/helpdesk/guest-user/index.blade.php index acc8d9acc..2a79ab547 100644 --- a/resources/views/themes/default1/client/helpdesk/guest-user/index.blade.php +++ b/resources/views/themes/default1/client/helpdesk/guest-user/index.blade.php @@ -22,7 +22,7 @@ @stop @section('content') -@if(!Session::has('error')) +@if(!Session::has('error') && count($errors)>0)
{!! Lang::get('lang.alert') !!} !