Syntax Bug Fix

Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/944b3591
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/944b3591
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/944b3591

Branch: refs/heads/master
Commit: 944b3591744dab9a76c542008c750ee5ef2bb575
Parents: 6a0a897
Author: Nipurn Doshi <[email protected]>
Authored: Wed Jan 27 13:49:38 2016 -0500
Committer: Nipurn Doshi <[email protected]>
Committed: Wed Jan 27 13:49:38 2016 -0500

----------------------------------------------------------------------
 app/views/experiment/summary.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/944b3591/app/views/experiment/summary.blade.php
----------------------------------------------------------------------
diff --git a/app/views/experiment/summary.blade.php 
b/app/views/experiment/summary.blade.php
index bccff89..185abde 100755
--- a/app/views/experiment/summary.blade.php
+++ b/app/views/experiment/summary.blade.php
@@ -12,7 +12,7 @@
 @section('scripts')
 @parent
 <script>
-    @if($autoRefresh)
+    @if( isset( $autoRefresh) )
         var autoRefresh = true;
     @else
         var autoRefresh = false;

Reply via email to