Browse Source

next_fu ==> cc_hpi data travel fix

Vijayakrishnan 4 years ago
parent
commit
9f27934956
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/app/patient/canvas-sections/cc_hpi/summary.php

+ 1 - 1
resources/views/app/patient/canvas-sections/cc_hpi/summary.php

@@ -14,7 +14,7 @@ if(!@$sectionPro) {
 }
 }
 
 
 // HUMONGOUS FIX! This CRITICAL "if" was never there till now!
 // HUMONGOUS FIX! This CRITICAL "if" was never there till now!
-if(!$contentData) {
+if(!@$contentData) {
     $contentData = false;
     $contentData = false;
     if ($patient->canvas_data) {
     if ($patient->canvas_data) {
         $canvasData = json_decode($patient->canvas_data, true);
         $canvasData = json_decode($patient->canvas_data, true);