From c9a7e96038b9de6a49201e1664c7cbf978cb1f1e Mon Sep 17 00:00:00 2001 From: Noel Dieschburg Date: Thu, 7 Jul 2011 17:21:48 +0200 Subject: [PATCH] Typo correction in seriousgamemode --- main/newscorm/learnpathItem.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/newscorm/learnpathItem.class.php b/main/newscorm/learnpathItem.class.php index fcb67081a3..f66ddd8b38 100644 --- a/main/newscorm/learnpathItem.class.php +++ b/main/newscorm/learnpathItem.class.php @@ -669,7 +669,7 @@ class learnpathItem { return false; }else{ $row = Database::fetch_array($res); - $this->seriousgame_mode = isset($row['seriousgame_mode'])? $row['serioudsgame_mode'] : 0; + $this->seriousgame_mode = isset($row['seriousgame_mode'])? $row['seriousgame_mode'] : 0; } }else{ $this->seriousgame_mode = 0; //SeriousGame mode is always off by default