Explorar o código

next_fu ==> cc_hpi data travel fix

Vijayakrishnan %!s(int64=4) %!d(string=hai) anos
pai
achega
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);