浏览代码

next_fu ==> cc_hpi data travel fix

Vijayakrishnan 4 年之前
父节点
当前提交
9f27934956
共有 1 个文件被更改,包括 1 次插入1 次删除
  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!
-if(!$contentData) {
+if(!@$contentData) {
     $contentData = false;
     if ($patient->canvas_data) {
         $canvasData = json_decode($patient->canvas_data, true);