Ver código fonte

next_fu ==> cc_hpi data travel fix

Vijayakrishnan 4 anos atrás
pai
commit
9f27934956

+ 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!
-if(!$contentData) {
+if(!@$contentData) {
     $contentData = false;
     if ($patient->canvas_data) {
         $canvasData = json_decode($patient->canvas_data, true);