From d3740ae370bdb6ea4bff587c0922f086b2a0b1e9 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Sat, 26 Apr 2008 01:44:12 +0200 Subject: [PATCH] [svn r15131] Fixed problem accessing the configuration array (for security key) --- main/newscorm/audiorecorder.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/main/newscorm/audiorecorder.inc.php b/main/newscorm/audiorecorder.inc.php index a443f8fd59..dc03a9278b 100644 --- a/main/newscorm/audiorecorder.inc.php +++ b/main/newscorm/audiorecorder.inc.php @@ -7,6 +7,7 @@ * @author Eric Marguin * @author Arnaud Ligot */ +global $_configuration; $audio_recorder_studentview = false; list($width, $height) = $audio_recorder_studentview =='true' ? array(295, 24) : array(295,90); $player = $audio_recorder_studentview =='true' ? 'player2.swf' : 'recorder2.swf';