Skip to content

Commit

Permalink
FIX missing global xerte_toolkits_site which may break playback
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@202 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
Dave Goodwin committed Oct 27, 2011
1 parent cbcf02e commit 9dd4184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/xerte/play.php
Expand Up @@ -9,6 +9,7 @@

function show_template($row_play){

global $xerte_toolkits_site;

$string_for_flash_xml = $xerte_toolkits_site->users_file_area_short . $row_play['template_id'] . "-" . $row_play['username'] . "-" . $row_play['template_name'] . "/data.xml?time=" . time();

Expand Down

0 comments on commit 9dd4184

Please sign in to comment.