From 272bc63e9288354f7597ea324823f98fe051d464 Mon Sep 17 00:00:00 2001 From: Alex Aragon Date: Tue, 30 May 2017 09:33:17 -0500 Subject: [PATCH] fix not null variables without declaration --- main/mySpace/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/mySpace/index.php b/main/mySpace/index.php index 3e2754cef1..e66bbc957a 100755 --- a/main/mySpace/index.php +++ b/main/mySpace/index.php @@ -319,6 +319,10 @@ $form->display(); $skipData = api_get_configuration_value('tracking_skip_generic_data'); +$totalTimeSpent = null; +$averageScore = null; +$posts = null; + if ($skipData == false) { if (!empty($students)) { // Students