@@ -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);